Skip to content

v0.2.0

Compare
Choose a tag to compare
@djkoloski djkoloski released this 19 Nov 02:19

v0.2.0 is focused around work from integrating with rkyv:

  • The Context trait is gone along with the associated Context type for CheckBytes
  • No longer "supports" no_std, std is required and all errors must implement std::error::Error
  • Improved documentation, clippy fixes, and formatted code