mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
2 lines
173 B
Rust
2 lines
173 B
Rust
//! An implementation of an [arena allocator](https://mgravell.github.io/Pipelines.Sockets.Unofficial/docs/arenas.html) designed for the compiler's workloads.
|
|
pub mod pool;
|