Crate trove[][src]

Thread-local clonable arena allocator

Structs

Arena

An arena that can hold values of type T.

ArenaIdx

A reference into the arena that can be used for lookup Also contains a hacky !Send workaround by bundling a PhantomData<Rc<_>>

ArenaRef

An immutable reference into the arena

ArenaRefMut

A mutable reference into the arena