Files @ f4f12a71e2e2
Branch filter:

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

f4f12a71e2e2 272 B application/rls-services+xml Show Annotation Show as Raw Download as Raw
mh
WIP on runtime with error handling and multithreading
mod string_pool;
mod scoped_buffer;
mod sets;

// TODO: Finish this later, use alloc::alloc and alloc::Layout
// mod freelist;

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