Cargo Features
[dependencies]
peekbufread = { version = "0.2.0", default-features = false, features = ["checkpoint"] }
- default = checkpoint
-
The
checkpoint
feature is set by default wheneverpeekbufread
is added without
somewhere in the dependency tree.default-features = false - checkpoint default
peekbufread has 2 features without comments.