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 wheneverbookcase_alloc
is added without
somewhere in the dependency tree.default-features = false - 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