1 unstable release
0.1.0 | Jan 31, 2021 |
---|
#1486 in Embedded development
6KB
111 lines
rust-xor-list
An xor doubly-linked list implemented in rust
lib.rs
:
This crate implements an xor doubly-linked list i.e. the previous
and next
pointers are
xored together in the lists nodes.
Otherwise this implementation is mostly analogous to alloc::collections::LinkedList