framealloc 0.11.1

Intent-aware, thread-smart memory allocation for Rust game engines
Documentation
1
2
3
4
5
//! Streaming allocator for large assets.
//!
//! Re-exports from internal module for public API.

pub use crate::allocators::streaming::*;