Cargo Features
[dependencies]
chomp1 = { version = "0.3.4", default-features = false, features = ["std", "noop_error", "unstable", "tendril", "clippy"] }
- default = std
-
The
std
feature is set by default wheneverchomp1
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
combinators::choice
,chomp1::buffer
,types::Buffer.to_vec
,types::Buffer.into_vec
… - noop_error
- unstable = compiletest_rs
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.
- tendril implicit feature
-
Enables tendril
tendril:
Compact buffer/string type for zero-copy parsing
Affects
types::tendril
… - compiletest_rs unstable?
-
Enables compiletest_rs ^0.10.1
- clippy implicit feature
-
Enables clippy
clippy:
A bunch of helpful lints to avoid common pitfalls in Rust