BLAKE3-team / BLAKE3

the official Rust and C implementations of the BLAKE3 cryptographic hash function
Apache License 2.0
4.71k stars 315 forks source link

Add support for rkyv #356

Open billyb2 opened 8 months ago

billyb2 commented 8 months ago

rkyv is a zero copy serialization framework. I use it in a lot of personal projects, and it would be really useful to have support for serializing to rkyv built in, seeing as you do something similar for serde. If this pull request is unwelcome, please let me know and I'll close this.