2 releases

Uses new Rust 2024

0.1.2 Jun 14, 2025
0.1.0 Oct 9, 2024

#951 in Memory management

Download history 6/week @ 2026-03-03 46/week @ 2026-03-10

103 downloads per month
Used in 4 crates (2 directly)

MIT/Apache

17KB
431 lines

abs_mm

Ask DeepWiki

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.

No runtime deps