Cargo Features

[dependencies]
koto_memory = { version = "0.14.0", default-features = false, features = ["arc", "rc"] }
default = arc

The arc feature is set by default whenever koto_memory is added without default-features = false somewhere in the dependency tree.

arc default = parking_lot

One memory management scheme can be enabled at a time

rc

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.

parking_lot arc