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 whenever nano-leb128 is added without default-features = false somewhere in the dependency tree.

std default std_io_ext?

Enables std of byteio

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