atomic-traits 0.2.0

The traits for generic atomic operations
Documentation
sudo: false
os:
  - linux
  - osx
language: rust
rust:
  - stable
  - beta
  - nightly
script:
  - cargo build --verbose
  - cargo test --verbose