abs_mm 0.1.2

Abstract Memory Management
Documentation
  • Coverage
  • 30%
    12 out of 40 items documented0 out of 25 items with examples
  • Size
  • Source code size: 34.62 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.86 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ljsnogard/abs_mm
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ljsnogard

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.