2 releases
0.1.1 | Nov 21, 2022 |
---|---|
0.1.0 | Nov 21, 2022 |
#649 in Command-line interface
19KB
332 lines
grud
Grud aspires to be idiomatic and fun representation of a 2D grid in Rust.
- Idiomatic: We use standard Rust conventions, traits, and memory efficiency.
- Fun: Easy to use API, well-documented, and delightful!
⚠️ As of the time of this writing, this is my first ever public crate, and some turbulence might be expected!
Inspiration
If this crate isn't suitable for you, check out these ones:
TIP: For some notes about what I learned from these crates, see idioms.md.