rkyv-test 0.7.39-test.1

Zero-copy deserialization framework for Rust
Documentation
1
2
3
4
5
//! Manually niched type replacements.

#[cfg(feature = "alloc")]
pub mod option_box;
pub mod option_nonzero;