scuffle_bytes_util/
zero_copy.rs

1//! Zero-copy types.
2
3mod reader;
4pub use reader::*;
5
6mod serde;
7pub use serde::*;