Circular Doubly Linked List written in rust
Inspired from the linux kernel list.
Disclaimer
Do not use before v0.5 as it was unsound ! This is a rewrite. The new developpement is test driven and
miri-checked before commit.
Basic usage
use ;
let mut list = list!;
list.push_back;
assert_eq!;
assert_eq!;
my_list.iter_mut.for_each;
assert_eq!;