Expand description
cds is a Collection of Data Structures.
cds implements handy data structures and associated algorithms.
It is driven by the following principles:
- Tested - for both correctness and performance
- Fast - even if it requires to use unsafe Rust
- Secure - wipe unused memory to avoid unnecessarily holding a copy of possibly sensitive data
- Avoid dynamic memory allocation where possible
Modules
Macros
array_vec
arrayvecCreates an ArrayVec containing the arguments.
Traits
A trait of custom length types.
A trait of custom spare memory policies.