Cargo Features

im-rc has no features set by default.

[dependencies]
im-rc = { version = "15.1.0", features = ["pool", "debug", "quickcheck", "serde", "rayon", "arbitrary", "proptest"] }
pool = refpool

Enables refpool of sized-chunks ^0.6.4

debug

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.

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 pool?
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