v0.2.0
v0.2.0 is focused around work from integrating with rkyv:
- The
Context
trait is gone along with the associatedContext
type forCheckBytes
- No longer "supports" no_std, std is required and all errors must implement std::error::Error
- Improved documentation, clippy fixes, and formatted code