Cargo Features
imbl has no features set by default.
[dependencies]
imbl = { version = "3.0.0", features = ["debug", "small-chunks", "triomphe", "quickcheck", "serde", "rayon", "refpool", "arbitrary", "proptest"] }
- debug
- small-chunks
Features from optional dependencies
- triomphe implicit feature
- quickcheck implicit feature
-
Enables quickcheck
quickcheck:
Automatic property based testing with shrinking
Affects
lib::quickcheck
… - serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- rayon implicit feature
-
Enables rayon
rayon:
Simple work-stealing parallelism for Rust
- refpool implicit feature
-
Enables refpool
refpool:
Efficient memory pool with reference counting
- arbitrary implicit feature
-
Enables arbitrary
arbitrary:
The trait for generating structured data from unstructured data
Affects
lib::arbitrary
… - proptest implicit feature
-
Enables proptest
proptest:
Hypothesis-like property-based testing and shrinking