Cargo Features
Rasn has no features set by default.
[dependencies]
rasn = { version = "0.22.0", features = ["std", "backtraces", "compiler"] }
- std backtraces?
- backtraces = std
-
Affects
decode::DecodeError.backtrace
,encode::EncodeError.backtrace
… - compiler = rasn-compiler
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- rasn-compiler compiler?
-
Enables rasn-compiler ^0.5.3