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 whenever chomp1 is added without default-features = false somewhere in the dependency tree.

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?
clippy implicit feature

Enables clippy

clippy:

A bunch of helpful lints to avoid common pitfalls in Rust