1 unstable release

0.1.0 Jan 31, 2021

#1396 in Embedded development

MIT/Apache

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

No runtime deps