Cargo Features
[dependencies]
nano-leb128 = { version = "0.1.0", default-features = false, features = ["std", "std_io_ext", "byteio_ext"] }
- default = std
-
The
std
feature is set by default whenevernano-leb128
is added without
somewhere in the dependency tree.default-features = false - std default std_io_ext?
- std_io_ext = std
-
Adds read_from/write_into methods that use traits in
std::io
- byteio_ext
-
Adds read_from/write_into methods that use traits in
byteio