2 releases
Uses new Rust 2024
| 0.1.2 | Jun 14, 2025 |
|---|---|
| 0.1.0 | Oct 9, 2024 |
#951 in Memory management
103 downloads per month
Used in 4 crates
(2 directly)
17KB
431 lines
abs_mm
Abstract Memory Management.
Mod mem_alloc provides trait TrMalloc as an alternatives to unstable Allocator trait in core for memory allocation.
Mod res_man provides a serie of traits abstracting smart pointers like core::sync::Arc and core::boxed::Box.
Mod as_pinned provides trait TrAsPinned and TrAsPinnedMut for Pin pointers.