Cargo Features
[dependencies]
cutools = { version = "0.7.4", default-features = false, features = ["stream-per-thread", "log", "lazy_static", "waitpool"] }
- default = stream-per-thread
-
The
stream-per-thread
feature is set by default whenevercutools
is added without
somewhere in the dependency tree.default-features = false - stream-per-thread default
Features from optional dependencies
- log implicit feature
-
Enables log
log:
A lightweight logging facade for Rust
- lazy_static implicit feature
-
Enables lazy_static
lazy_static:
A macro for declaring lazily evaluated statics in Rust
- waitpool implicit feature
-
Enables waitpool ^0.2.0