matrix-slice 1.0.1

Safe abstractions for two-dimensional slices.
Documentation
1
2
3
4
5
6
7
8
## Version 1.0.1

Fixes:
- `BlockMut::new` used `NonNull::from_ref` where it should have used
  `NonNull::from_mut` to preserve mutable access.

Additions:
- More documentation