rust_advent_matrix 1.1.1

a pure-safe-rust, zero dependency matrix data structure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "rust_advent_matrix"

version = "1.1.1"

edition = "2024"

license = "MIT"

license-file = "LICENSE"

description = "a pure-safe-rust, zero dependency matrix data structure"

homepage = "https://github.com/jeffbstewart/rust_matrix"

repository = "https://github.com/jeffbstewart/rust_matrix"

readme = "README.md"

exclude = ["target", ".git"]



[dependencies]