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
17
18
---
extends: default

ignore: |
  target*/
  target-*/
  **/target*/

rules:
  line-length:
    max: 120
  truthy:
    allowed-values: ['true', 'false', 'on', 'off', 'yes', 'no']
  # Prettier uses a single space before inline comments ("foo: bar # comment").
  comments:
    min-spaces-from-content: 1
  comments-indentation: disable
  document-start: disable