1 unstable release

0.1.0 Oct 9, 2024

#200 in No standard library

Download history 167/week @ 2024-10-08 19/week @ 2024-10-15 5/week @ 2024-10-22 6/week @ 2024-10-29 18/week @ 2024-11-05

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

MIT/Apache

10KB
213 lines

abs_mm

Abstract Memory Management.

Currently (Oct 2024) only for rustc nightly.

Mod mem_alloc provides traits for memory allocation.
Enabling support-std feature will provide StdGlobalAlloc which implements TrMalloc.

Mod res_man provides traits describing smart pointers like std::sync::Arc and std::boxed::Box.

No runtime deps