Modulesยง
- array
- This module implements static and dynamic arrays for in-kernel use.
- bitset
- A simple bitset allocator that can be used to allocate contiguous runs of bits.
- boxed
- This module provides a simple heap-allocated memory block for in-kernel use.
- heap
- This module provides a binary heap implementation.
- list
- pool
- This module provides a pool allocator implementation.
- rbtree
- traits
- view