Cargo Features

BinReader has no features set by default.

[dependencies]
binreader = { version = "0.2.1", features = ["memmap", "nom-support", "bytesize"] }
memmap = fs3, memmap2
nom-support = nom

Enables nom of binreader-internal-macros

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.

bytesize implicit feature

Enables bytesize

bytesize:

an utility for human-readable bytes representations

fs3 memmap?
memmap2 memmap?

Enables memmap2 ^0.3.0

nom nom-support?

Enables nom ^6.1.2