Cargo Features
debate-parser has no features set by default.
[dependencies]
debate-parser = { version = "0.1.0", features = ["std"] }
- std
-
memchr:
The 'std' feature permits the memchr crate to use the standard library. This permits this crate to use runtime CPU feature detection to automatically accelerate searching via vector instructions. Without the standard library,
this automatic detection is not possible.
debate-parser has 1 feature without comment.