Cargo Features

Incremental has no features set by default.

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

Features from optional dependencies

im-rc implicit feature

Enables im-rc

im-rc:

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

slotmap implicit feature

Enables slotmap

slotmap:

Slotmap data structure

Affects public::WeakSlotMap