Buddy-alloc is a memory allocator for no-std Rust, used for embedded environments.
# Cargo.toml
[dependencies]
buddy-alloc = "0.6.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a buddy allocator.
Ensure target is no_std and use appropriate memory regions.
No dependency data recorded yet.