lf-sll 0.0.1

A lock-free singly-linked list
docs.rs failed to build lf-sll-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: lf-sll-0.0.3

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.1"

and this to your crate root:

extern crate lfsll;