v0.7.0
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 implementsCheckBytes
- #27 (breaking) Adds
Send
andSync
bounds to bytecheck'sError
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