Files @ 4341b8d6790f
Branch filter:

Location: CSY/reowolf/src/collections/mod.rs - annotation

4341b8d6790f 264 B application/rls-services+xml Show Source Show as Raw Download as Raw
MH
Initial concrete work on the component storage
mod string_pool;
mod scoped_buffer;
mod sets;
mod raw_vec;

// mod freelist;

pub(crate) use string_pool::{StringPool, StringRef};
pub(crate) use scoped_buffer::{ScopedBuffer, ScopedSection};
pub(crate) use sets::{DequeSet, VecSet};
pub(crate) use raw_vec::RawVec;