allocated 0.1.1

Abstractions for working with explicitly allocated data structures
Documentation
  • Coverage
  • 65.45%
    36 out of 55 items documented3 out of 3 items with examples
  • Size
  • Source code size: 111.22 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 21.7 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • alexchamberlain/allocated-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • alexchamberlain

allocated-rs

crates.io Released API docs

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_std compatible: Core functionality works without the standard library
  • Optional std feature: Enables TrackingAllocator with backtrace support
  • Works with any allocator implementing the Allocator trait

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

at your option.