scuffle_bytes_util/zero_copy/
mod.rs

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