Cargo Features

RecMap has no features set by default.

[dependencies]
recmap = { version = "0.3.5", features = ["cli", "big-position"] }
cli = clap

Required by the binary

big-position

Affects recmap::Position, recmap::PositionOffset

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.

clap cli?