Cargo Features
[dependencies]
twoway = { version = "0.2.2", default-features = false, features = ["use_std", "pattern", "all", "benchmarks"] }
- default = use_std
-
stable and pcmp support: opting out of using std, becoming no_std
- use_std default
-
memchr:
The 'use_std' feature is DEPRECATED. It will be removed in memchr 3. Until then, it is alias for the 'std' feature.
- pattern all? benchmarks?
-
Internal features for testing & benchmarking & development
- all = jetscii, pattern
- benchmarks = galil-seiferas, pattern
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.
- jetscii all?
-
Enables jetscii ^0.3
- galil-seiferas benchmarks?