swym 0.1.0-preview

Transactional memory for rust
Documentation
#[macro_use]
pub mod optim;

#[macro_use]
pub mod alloc;

pub mod epoch;
pub mod frw_lock;
pub mod gc;
pub mod pointer;
pub mod read_log;
pub mod seq_storage;
pub mod stats;
pub mod tcell_erased;
pub mod thread;
pub mod usize_aligned;
pub mod write_log;