#allocator #compact #allocator-api #allocate #stable #integrate #chunky

simple_allocator_trait

A Simple placeholder for chunky and compact until they integrate with a stable rust allocator API

1 unstable release

Uses old Rust 2015

0.1.0 Jul 5, 2018

#9 in #allocator-api

Download history 1/week @ 2023-11-27 1/week @ 2024-01-15 7/week @ 2024-02-12 13/week @ 2024-02-19 31/week @ 2024-02-26 17/week @ 2024-03-04

68 downloads per month
Used in 4 crates (via compact)

MIT license

3KB

This tiny crate defines a simple allocator interface.

It is used by Compact types in the compact crate to allocate space when decompacting from their compact form.

No runtime deps