fixed-size-vector 0.2.2

Fixed size vector based on arrays
Documentation
version: 2
jobs:
  build:
    docker:
      - image: rustlang/rust:nightly
    steps:
      - checkout
      - run:
          name: Build
          command: |
            cargo build
            cargo build --release
      - run:
          name: Test
          command: cargo test
      - run:
          name: Benchmark
          command: cargo bench