cds 0.10.0

Collection of Optimized Data Structures
Documentation
1
2
3
4
5
6
7
8
9
//! Types and functions for dealing with memory.

mod policy;
pub use policy::*;

#[cfg(any(feature = "smallvec"))]
pub(crate) mod alloc;

pub mod errors;