lf-sll

A Rust library containing a lock-free singly-linked list data structure.

Build Status

Usage

Add this to your Cargo.toml:

toml [dependencies] lf-sll = "0.0.2"

and this to your crate root:

rust extern crate lfsll;