A Rust library containing a lock-free singly-linked list data structure.
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] lf-sll = "0.0.1"
and this to your crate root:
rust extern crate lfsll;