Update README.md

This commit is contained in:
Lokathor 2019-12-06 11:58:38 -07:00
parent f7c7285cd8
commit b8a97c6528

View File

@ -9,6 +9,14 @@
A crate for mucking around with piles of bytes.
## Extensions
There is experimental support for the `Zeroable` trait being derived through a
proc-macro. I'm not the author of that crate, please file bugs with that crate
in the other repo.
* https://github.com/rodrimati1992/zeroable_crates
## Stability
The goal is to stay at 1.0 until at least the next edition of Rust.