lf-sll

Crates.iolf-sll
lib.rslf-sll
version0.0.3
sourcesrc
created_at2015-04-25 18:52:57.4487
updated_at2015-12-11 23:53:50.453159
descriptionA lock-free singly-linked list
homepage
repositoryhttps://github.com/remis-thoughts/lf-sll
max_upload_size
id1953
size15,829
(remis-thoughts)

documentation

README

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;
Commit count: 8

cargo fmt