Cargo Features

imbl has no features set by default.

[dependencies]
imbl = { version = "2.0.3", features = ["debug", "small-chunks", "quickcheck", "serde", "rayon", "refpool", "arbitrary", "proptest"] }
debug
small-chunks

Features from optional dependencies

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