Module stabby::alloc

source ·
Expand description

ABI-stable smart pointers and allocated data structures, with support for custom allocators.

Modules§

Structs§

Traits§

Type Aliases§

  • The default allocator: libc malloc based if the libc feature is enabled, or unavailable otherwise.