Cargo Features

Incremental has no features set by default.

[dependencies]
incremental = { version = "0.2.7", features = ["rust-analyzer", "nightly-incrsan", "slotmap", "im-rc"] }
rust-analyzer
nightly-incrsan

Features from optional dependencies

slotmap implicit feature

Enables slotmap

slotmap:

Slotmap data structure

Affects public::WeakSlotMap

im-rc implicit feature

Enables im-rc

im-rc:

Immutable collection datatypes (the fast but not thread safe version)