framealloc 0.11.1

Intent-aware, thread-smart memory allocation for Rust game engines
Documentation
1
2
3
4
5
6
7
//! Handle-based allocation with relocation support.
//!
//! Re-exports from internal module for public API.

#![allow(deprecated)]  // Re-exports are intentional

pub use crate::allocators::handles::*;