2 releases
| 0.1.1 | Dec 28, 2025 |
|---|---|
| 0.1.0 | Dec 13, 2025 |
#325 in Memory management
Used in allocated-btree
89KB
2K
SLoC
allocated-rs
Abstractions for working with allocated data structures.
allocated provides various utilities for working with
explicitly allocated data structures, which makes them
more ergonomic to write, easier to make them correctly
manage memory and more consistent between different implementations.
Features
no_stdcompatible: Core functionality works without the standard library- Optional
stdfeature: EnablesTrackingAllocatorwith backtrace support - Works with any allocator implementing the
Allocatortrait
Most of this code was written before code generating AI was widespread. However, Claude Code has been used to fix typos and improve the documentation since then.
License
Copyright 2024 Alex Chamberlain
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Dependencies
~305KB