v1.0.0
Breaking Changes
get_grid_mut
is removed from the library's public interface.- Maze builder now enforces positive width and height values.
- Image formatter now enforces positive passage and wall values.
Added
- New method to format maze without saving to file.
- Example for maze formatting to the crate docs.
Fixed
- Resolve margin(0) and right shift bugs in maze rendering.
- Correct typos.
Changed
- Apply aggressive
rustfmt
andclippy
suggestions for improved code quality by @naomijub in #6 - Replace test bencher with
criterion
by @naomijub in #6 - Update all crate dependencies to the latest versions by @naomijub in #6
Refactored
- Benchmark code into modular files.
Full Changelog: v0.4.0...v1.0.0