Cargo Features
[dependencies]
marine-call-parameters = { version = "0.14.0", default-features = false, features = ["marine-abi", "rkyv"] }
- default = marine-abi
-
The
marine-abi
feature is set by default whenevermarine-call-parameters
is added without
somewhere in the dependency tree.default-features = false - marine-abi default
-
Enables marine-abi of marine-rs-sdk-main
marine-rs-sdk-main:
Enable #[marine] attributes and IT exports
Affects
marine-call-parameters::get_call_parameters
…
Features from optional dependencies
- rkyv implicit feature
-
Enables rkyv ^0.7.43
rkyv:
Zero-copy deserialization framework for Rust