//! APIs for testing code that uses rkyv.
//!
//! These APIs are test-only. The exact signatures of these APIs change
//! depending on which features are enabled so that they can be used uniformly
//! across:
//!
//! - `std`, no-std, and no-std-no-alloc configurations
//! - `bytecheck` enabled or disabled
//!
//! In the no-std-no-alloc configuration, the amount of data that can be
//! serialized or allocated during serialization is limited. If you test in
//! these configurations, keep your data sizes relatively small.
pub use *;
pub use *;
pub use *;
pub use *;