oak_core/memory/
mod.rs

1/// Fast memory allocation utilities.
2pub mod arena;
3pub use arena::SyntaxArena;