vec1 1.12.1

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
15
16
name: validate commit

on: [push]

env:
  CARGO_TERM_COLOR: always

jobs:

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