- No extra allocation (except when built with meticulous checks).
- Leveraging standard Rust (alloc::vec::Vec, alloc::collections::VecDeque...)
- Minimal & guard-controlled
unsafecode and core::mem::MaybeUninit.
- Stack depth (recursive).
| Name | Name | Last commit date | ||
|---|---|---|---|---|
unsafe code and
core::mem::MaybeUninit.