3 releases

Uses old Rust 2015

0.0.3 May 1, 2015
0.0.2 Apr 25, 2015
0.0.1 Apr 25, 2015

#5 in #singly-linked

Apache-2.0

6KB
108 lines

lf-sll

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

Build Status

Usage

Add this to your Cargo.toml:

[dependencies]
lf-sll = "0.0.3"

and this to your crate root:

extern crate lfsll;

No runtime deps