[go: up one dir, main page]

tinyvec 0.1.0

Just, really the littlest Vec you could need. So smol.
Documentation

git:
  quiet: true

language: rust

cache:
  cargo

rust:
  - 1.36.0
  - stable

matrix:
  include:
    - os: linux
    - os: osx

script:
  - cargo build
  - cargo test