[dependencies.cfg-if]
version = "1.0.0"
[dev-dependencies.rand]
default-features = false
features = ["alloc"]
version = "0.8.5"
[dev-dependencies.rand_xorshift]
version = "0.3.0"
[features]
allocator_api = []
binary_heap_as_slice = []
binary_heap_drain_sorted = []
binary_heap_into_iter_sorted = []
binary_heap_retain = []
btree_cursors = []
btree_drain_filter = []
btreemap_alloc = ["allocator_api"]
const_btree_len = []
const_btree_new = ["const_btree_len"]
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 = []
map_try_insert = []
maybe_uninit_slice = []
new_uninit = []
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"]
rustc_attrs = []
slice_ptr_get = []
specialization = []
std = []
trusted_len = []
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"]
[package]
categories = ["data-structures", "no-std"]
description = "Direct ports of the standard library's BTreeMap, BTreeSet and BinaryHeap collections, but that sort according to a specified total order rather than the `Ord` trait"
edition = "2021"
keywords = ["b-tree", "collections", "binary-heap", "runtime"]
license = "MIT OR Apache-2.0"
name = "copse"
readme = "README.md"
repository = "https://github.com/eggyal/copse.git"
version = "0.4.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]