Cargo Features

[dependencies]
rasn = { version = "0.24.0", default-features = false, features = ["std", "f64", "backtraces", "compiler"] }
default = f32, f64

These default features are set whenever rasn is added without default-features = false somewhere in the dependency tree.

std backtraces?
f32 f64 default
backtraces = std

Enables backtrace of snafu

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