wfqueue 0.2.1

FAA-based wait-free bounded queue, and 0-unsafe.
Documentation
name: ci

on: [push, pull_request]

jobs:
  loom:
    runs-on: ubuntu-latest

    strategy:
      fail-fast: false

    steps:
    - uses: actions/checkout@v1

    - uses: actions-rs/toolchain@v1
      with:
        toolchain: nightly
        profile: minimal
        override: true

    - uses: actions-rs/cargo@v1
      with:
        command: test
        args: --features loom --release -- --nocapture