Cargo Features
sbi-rt has no features set by default.
[dependencies]
sbi-rt = { version = "0.0.3", features = ["integer-impls", "legacy"] }
- integer-impls
-
Implement sbi-rt traits for integer types
By using this feature, parameter types of sbi-rt functions fall back to integers;
static type checks are disabled, so this library won't detect parameters in incorrect orders.
Although some people may find it useful in prototyping sbi-rt implementations,
users of this crate are strongly encouraged not to enable this feature in production. - legacy
-
Support for the legacy extension; this feature is not included by default.
Enables legacy of sbi-spec ^0.0.7
Affects
sbi-rt::legacy
…