1 2 3 4 5 6 7 8 9 10
//! Rust SDK for writing applications for Fluence. #![doc(html_root_url = "https://docs.rs/fluence_sdk/0.0.6")] #![feature(allocator_api)] extern crate core; pub mod memory; #[cfg(feature = "wasm_logger")] pub mod logger;
1 2 3 4 5 6 7 8 9 10
//! Rust SDK for writing applications for Fluence. #![doc(html_root_url = "https://docs.rs/fluence_sdk/0.0.6")] #![feature(allocator_api)] extern crate core; pub mod memory; #[cfg(feature = "wasm_logger")] pub mod logger;