rkyv 0.8.16

Zero-copy deserialization framework for Rust
Documentation
1
2
3
4
5
6
//! Archived versions of standard library containers.

mod btree;
pub use btree::{map as btree_map, set as btree_set};
pub mod swiss_table;
pub mod util;