rustio rustio.net
39

simple-chunk-allocator

v0.1.6 Growing

A simple `no_std` allocator written in Rust that manages memory in fixed-size chunks/blocks. Useful for basic `no_std` binaries where you want to manage a heap of a few megabytes without complex features such as paging/page table management. Instead, this allocator gets a fixed/static memory region and allocates memory from there. This memory region can be contained inside the executable file that uses this allocator.

MIT Edition 2021

Quick Verdict

  • โœ•Not updated for 1+ year
  • !Pre-1.0: API may have breaking changes
  • โœ“Permissive license (MIT)
  • !100% of releases were yanked

Security

Checking security advisories...
Downloads
14.9K
Dependents
15
Releases
7
Size
27KB

Deep Insights

๐Ÿ“ˆ
Strong growth momentum

145 downloads in the last 30 days (5/day), up 24% from the previous period.

๐Ÿ”ฌ
Pre-1.0 for over a year

Despite being 4+ years old, simple-chunk-allocator hasn't reached 1.0 yet. Expect potential API changes between versions.

๐Ÿ“
Compact crate

At 26KB, simple-chunk-allocator is lightweight. Small crate size correlates with focused, well-scoped functionality.

โš ๏ธ
Notable yanked versions

100% of releases have been yanked. Check version history before pinning.

๐ŸŒŸ
Used by top crates

Notable dependents include good_memory_allocator, rslab, talloc. When high-quality crates choose simple-chunk-allocator, it's a strong quality signal.

Health Breakdown

Maintenance 5/25

Recency, release consistency, active ratio

Quality 8/25

Yanked ratio, deps, size, maturity, features

Community 8/20

Reverse deps, ownership, ecosystem

Popularity 5/15

Downloads, momentum, growth trend

Documentation 13/15

Docs, repo, license, metadata

Download Trend

Daily downloads ยท last 90 days
4/day avg+28%
05101512/291/162/32/213/113/28

Top Dependents

Most downloaded crates that depend on simple-chunk-allocator

Release Timeline

7 releases7 yankedsince 2022
J
F
M
A
M
J
J
A
S
O
N
D
2022
6
2023
2024
1
2025
2026
Less
More|
Yanked

README

Loading README...

Maintainers

Dependencies
7
direct dependencies
Dependents
15
crates depend on simple-chunk-allocator

Similar Crates