Skip to content

v0.7.0

Compare
Choose a tag to compare
@djkoloski djkoloski released this 28 Feb 01:47

Bytecheck 0.7.0 is a new release that adds some exciting new features and cleans up some existing technical debt:

  • #22 Bytecheck now supports the riscVim architecture
  • #24 mem::ManuallyDrop now implements CheckBytes
  • #27 (breaking) Adds Send and Sync bounds to bytecheck's Error type
  • #30 Allows alternate crate roots to be specified by adding a #[check_bytes = "path"] attribute.

Thanks to all the contributors this release: @starkoracles @rrichardson @mkatychev @samlich