atomic64 0.1.0

Atomic 64-bits types
Documentation

Atomic64 - 64 bits integers with atomic operations for Rust

Usage

To use atomic64, first add this to your Cargo.toml:

[dependencies.atomic64]
git = "https://github.com/obourgain/rust-atomic64"

atomic64 will soon be published on Crates.io.

Then, add this to your crate root:

extern crate atomic64;

Includes code derived from Syncbox.