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
version: 2
jobs:
    build:
        docker:
            - image: circleci/rust
        steps:
            - checkout
            - run: cargo test