vecmat 0.7.8

Low-dimensional vector algebra with min_const_generics support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
on: [push, pull_request]

jobs:
  build_and_test:
    name: vecmat
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions-rs/toolchain@v1
        with:
          toolchain: stable
      - run: cargo test --no-default-features
      - run: cargo test