spin-sync 0.3.2

Synchronization primitives using spinlock. The interface resembles std::sync. The constructors of public structs are const; i.e. it is possible to declare static Mutex<T> as long as T can be build statically.
Documentation
language: rust
rust:
    - stable
    - beta
    - nightly
jobs:
  fast_finish: true