memory_storage
v0.9.30 GrowingA memory storage comparable to a Vec where removing items doesn't shift all the items after the removed item to the left and doesn't invalidate their IDs. It allows you to remove items with high speed and access items via an ID that was returned after adding them.
Quick Verdict
- โNot updated for 2+ years
- !Pre-1.0: API may have breaking changes
- โTiny footprint (5KB, 0 deps)
Security
Deep Insights
10 downloads in the last 30 days (0/day avg).
Despite being 2+ years old, memory_storage hasn't reached 1.0 yet. Expect potential API changes between versions.
memory_storage has no external dependencies โ minimal supply chain risk and fast compile times.
At 5KB, memory_storage is lightweight. Small crate size correlates with focused, well-scoped functionality.
13% of releases have been yanked. Check version history before pinning.
Health Breakdown
Recency, release consistency, active ratio
Yanked ratio, deps, size, maturity, features
Reverse deps, ownership, ecosystem
Downloads, momentum, growth trend
Docs, repo, license, metadata
Download Trend
Version Adoption
Release Timeline
Feature Flags
default =["alloc"]