la-stack 0.4.3

Fast, stack-allocated linear algebra for fixed dimensions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
coverage:
  status:
    project:
      default:
        target: 98%
        removed_code_behavior: removals_only
        threshold: 1%
    patch:
      default:
        target: 90%
        threshold: 2%

ignore:
  - "src/lib.rs"
  - "benches/**"
  - "examples/**"