aboutsummaryrefslogtreecommitdiff
path: root/src/data/mod.rs
blob: 7c004428b5d0d4b4f47c8cd02f36917b73a55c51 (plain)
1
2
3
4
//! Data structures modified with guaranteed deterministic behavior after deserialization.

pub mod arena;
pub(crate) mod graph;