Home

Awesome

NOTE: This crate has been moved into the crossbeam repository.

Do not use this repository.

Concurrent skip list

Build Status License Cargo Documentation

This crate is still a work in progress.

<!-- ## Usage Add this to your `Cargo.toml`: ```toml [dependencies] crossbeam-skiplist = "0.1" ``` Next, add this to your crate: ```rust extern crate crossbeam_skiplist; ``` -->

License

Licensed under the terms of MIT license and the Apache License (Version 2.0).

See LICENSE-MIT and LICENSE-APACHE for details.