Rust Functions
Rust support in Faasm is still a work in progress, but is made possibleby two other projects:
- Faasm Rust workspace - Scaffolding for building Faasm Rust functions
- Faasm Rust bindings - A Rust implementation of the Faasm host interface
The Faasm Rust README has all the infoyou need to write and deploy Rust functions in Faasm.