Cargo Features
marine-rs-sdk-main has no features set by default.
[dependencies]
marine-rs-sdk-main = { version = "0.14.0", features = ["debug", "logger", "marine-abi"] }
- debug
-
Print some internal logs by log_utf8_string
- logger
-
Enable logger (this will cause log_utf8_string to appear in imports)
- marine-abi
-
Enable #[marine] attributes and IT exports
Affects
logger::log_utf8_string
…