| Crates.io | allocated |
| lib.rs | allocated |
| version | 0.1.1 |
| created_at | 2025-12-13 21:18:26.889809+00 |
| updated_at | 2025-12-28 11:36:15.452858+00 |
| description | Abstractions for working with explicitly allocated data structures |
| homepage | |
| repository | https://github.com/alexchamberlain/allocated-rs |
| max_upload_size | |
| id | 1983403 |
| size | 111,721 |
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.
no_std compatible: Core functionality works without the standard librarystd feature: Enables TrackingAllocator with backtrace supportAllocator traitMost 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.
Copyright 2024 Alex Chamberlain
This project is licensed under either of
at your option.