Cargo Features

btree_monstrousity has no features set by default.

[dependencies]
btree_monstrousity = { version = "0.0.4", features = ["std", "allocator_api", "btreemap_alloc", "dropck_eyepatch", "exact_size_is_empty", "extend_one", "inline_const", "is_sorted", "rustc_attrs", "trusted_len", "nightly", "binary_heap_as_slice", "binary_heap_drain_sorted", "binary_heap_into_iter_sorted", "binary_heap_retain", "btree_cursors", "btree_drain_filter", "const_btree_len", "const_btree_new", "map_try_insert", "unstable"] }
std
allocator_api btreemap_alloc? nightly?
btreemap_alloc nightly? = allocator_api
core_intrinsics dropck_eyepatch nightly?
error_in_core exact_size_is_empty nightly?
exclusive_range_pattern extend_one nightly?
hasher_prefixfree_extras inline_const nightly?
inplace_iteration is_sorted nightly?
maybe_uninit_slice new_uninit rustc_attrs nightly?
slice_ptr_get specialization trusted_len nightly?
nightly = allocator_api, btreemap_alloc, core_intrinsics, dropck_eyepatch, error_in_core, exact_size_is_empty, exclusive_range_pattern, extend_one, hasher_prefixfree_extras, inline_const, inplace_iteration, is_sorted, maybe_uninit_slice, new_uninit, rustc_attrs, slice_ptr_get, specialization, trusted_len
binary_heap_as_slice unstable?
binary_heap_drain_sorted unstable?

Affects binary_heap::DrainSorted

binary_heap_into_iter_sorted unstable?

Affects binary_heap::IntoIterSorted

binary_heap_retain unstable?
btree_cursors unstable?

Affects map::Cursor, map::CursorMut

btree_drain_filter unstable?
const_btree_len const_btree_new?
const_btree_new unstable? = const_btree_len
map_try_insert unstable?

Affects entry::OccupiedError

unstable = binary_heap_as_slice, binary_heap_drain_sorted, binary_heap_into_iter_sorted, binary_heap_retain, btree_cursors, btree_drain_filter, const_btree_new, map_try_insert