Cargo Features
Chomp has no features set by default.
[dependencies]
chomp = { version = "0.3.1", features = ["noop_error_and_backtrace", "unstable", "backtrace", "noop_error", "clippy", "tendril"] }
- noop_error_and_backtrace = backtrace, noop_error
- unstable = compiletest_rs
- backtrace noop_error_and_backtrace?
-
Enables backtrace of debugtrace
- noop_error noop_error_and_backtrace?
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.
- clippy implicit feature
-
Enables clippy
clippy:
A bunch of helpful lints to avoid common pitfalls in Rust
- tendril implicit feature
-
Enables tendril ^0.2.2
tendril:
Compact buffer/string type for zero-copy parsing
- compiletest_rs unstable?
-
Enables compiletest_rs ^0.2.1