la-stack 0.1.0

Small, stack-allocated linear algebra for fixed dimensions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# rustfmt configuration for the la-stack library
#
# This configuration uses only stable rustfmt features.

# Use the same edition as Cargo.toml
edition = "2024"

# Set reasonable line width for readability across editors
max_width = 100

# Use 4 spaces for indentation (default, but explicit for documentation)
tab_spaces = 4

# Use Unix line endings for consistency
newline_style = "Unix"