Tags give the ability to mark specific points in history as being important
Release 0.3.0 of the structview crate Changes: - Rename `ViewError` to just `Error` - Make the crate usable in `no_std` contexts
Release 0.2.0 of the structview crate Changes: - derive: Drop the `View` trait bound from generics (8c49b227) - Increase the number of array impls to 256 (2909818e)
Initial release of the structview crate.