Cargo Features

[dependencies]
bookcase_alloc = { version = "0.0.2", default-features = false, features = ["allocator_api", "stable", "experimental"] }
default = stable

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

allocator_api

Use this feature to allow types that themselves allocate to allocate in the notebooks.
Requires nightly.

stable default

Exactly 1 of these release channels must be enabled.

beta experimental