la-stack 0.1.2

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

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