- Add methods to restrict access (#19)
- Change
slice::check_range
toRangeBounds::assert_len
(#16)- Fixes build on latest nightly.
- Small documentation and metadata improvements
- Breaking: Rewrite crate to operate on reference values (#13)
- Breaking: Remove
Debug
andClone
derives forWriteOnly
(#12)
- Derive
Default
forVolatile
,WriteOnly
andReadOnly
(#10)