[][src]Crate fluence

Rust backend SDK for writing applications for Fluence. This crate is just a wrapper for two other crates: main and macro. The main crate is used for all memory relative operations and logging, while the macro crate contains the invocation macro to simplify entry point functions.

By default this crate turns on export-allocator feature of the main crate, to disable it please import this crate with default-features = false.

Modules

sdk

A module which should be typically globally imported: