Some of the code I ended up with after reading Learn Rust With Entirely Too Many Linked Lists and The Rustonomicon.
Run the examples:
cargo run --example dequeue
Tests:
cargo test
Data structures implemented in Rust for absolutely no reason. Pointers are fun though.
Rust
Some of the code I ended up with after reading Learn Rust With Entirely Too Many Linked Lists and The Rustonomicon.
Run the examples:
cargo run --example dequeue
Tests:
cargo test