//! Simple arena-like allocation pub mod global_intern; pub mod intern; pub mod string_arena; pub mod symbol;