1 2 3 4 5 6 7 8 9 10 11 12
[package] name = "multid" version = "2.1.0" edition = "2024" readme = "README.md" keywords = ["arrays"] repository = "https://github.com/swizzard/multid" description = "2-d arrays, badly" license = "MIT" [dependencies] thiserror = "2.0.12"