No description
![]() * 🧪 `.alternate()` debug formatting * 🔭 width relative spacing * 🔪 precision + width * 💅🔬 pretty int, float, tuple, struct tests * updates from feedback 1. removed width calculation from iterator 2. added disclaimer to default calculations 3. added test for pretty printing empty grids |
||
---|---|---|
.github/workflows | ||
benches | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Grid
Data structure grid for rust. Provide a two dimensional data structure for rust that is easy to use and fast. Most of the functionality provided by the std::vec::Vec type for one dimensional vectors is implemented for two dimensions in this crate.
To use grid with no_std import the library such as:
grid = { version = "*", default-features = false }