Packages
Browse packages indexed by the registry.
CLI for checking Allium specification files
Allium is a Rust library for onion routing.
Project Sekai deck recommendation engine: DFS / branch-and-bound exact search
Parser and structural validator for the Allium specification language
Run Multithreaded Rust along with Dart VM (in isolate).
Allocator wrapper that forces a given alignment (nightly only)
Deterministic allocation-failure testing for Rust.
Collections that don't panic on alloc failures
Allocator for ChibiOS 2.6
Composable allocator structures for plugging together more powerful allocators
A heap allocator for Cortex-M processors
Facade for std-or-alloc imports
Single-threaded object pool implementation
A memory allocator for creating large aligned chunks of memory
A global allocator that tracks allocation metrics
A dynamic allocator that may be used with or without the stdlib. This allows a package with nostd to allocate memory dynamically and be used either with a custom allocator, items on the stack, or by a package that wishes to simply use Box<>. It also provides options to use calloc or a mutable global variable for pre-zeroed memory
Allocate several named, different-typed values in one bump allocation, bound as standalone &mut variables.
Procedural macro implementation detail of the `alloc-once` crate.
Alloc profiler
Safe memory allocation, no panic!
A shim crate for to import items of alloc crate ergonomically. (deprecated).
Memory allocators backed by singletons that own statically allocated memory
A dynamic allocator example that may be used with the stdlib
Track memory allocations by backtrace or originating thread
Traits to replace or supplement the alloc module in no_std
Simple, drop-in replacement allocator for Rust running on bare metal (no_std)
Simple, drop-in replacement allocator for Rust running on bare metal (no_std)
A lightweight tool to count allocations within a specific scope using a custom global allocator.
Count allocations, reallocations, deallocations. Allow, deny, or forbid allocations on an expression or function basis.
The #[no_alloc] macro for the alloc_counter crate.
A Rust allocator which makes sound when active, like a Geiger counter.
use Hoard as rust's allocator
A no_std physical + virtual memory allocator with fragmentation handling, quarantine system, and safe IO API.
NO-STD,for Cortex-M based systems,simply retarget alloc_system to malloc/realloc/free
Memory allocation tracking utilities for benchmarks and performance analysis
Allocator for a UEFI environment.