1 unstable release
0.1.0 | Jan 31, 2021 |
---|
#14 in #linked
6KB
111 lines
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
rust-xor-list
An xor doubly-linked list implemented in rust