vec1 1.6.0

a std Vec wrapper assuring that it has at least 1 element
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: validate commit

on: [push]

env:
  CARGO_TERM_COLOR: always

jobs:

  test:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - run: cargo test --verbose