1
2
3
4
5
6
7
#![feature(no_more_cas)]

//! ccl is a library with fast and concurrect data structures for rust
//! at the moment ccl requires the use of a nightly toolchain

pub mod dhashmap;
pub mod timedcache;