rkyv-test 0.7.39-test.1

Zero-copy deserialization framework for Rust
Documentation
1
2
3
4
5
6
7
8
//! Deserializers that can be used standalone and provide basic capabilities.

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

#[doc(inline)]
#[cfg(feature = "alloc")]
pub use self::alloc::*;