BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

str_stack

v0.1.1crates.io· Rust

A string allocator for allocating many write-once strings. This library is primarily useful for parsing where you need to repeatedly build many strings, use them, and then throw them away. Instead of allocating many independent strings, this library will put them all in the same buffer.

The verdict
Safe default. Widely trusted across the ecosystem, actively maintained.
Live from the crates.io registry · derived rules, not AI
How it scores
MaintenanceHealthy
PopularityTop 1%
SecurityClean
LicensePermissive
DepsZero deps
Maintenance
Last published this month.
Popularity
551K downloads / week
Security
No known advisories for this version (OSV).
License
Apache-2.0 OR MIT
Dependencies
No runtime dependencies
Recent releases
  • 0.1.1this month
  • 0.1.010 years ago
str_stack — A string allocator for allocating many write-once strings. This library is primarily useful for parsing where you need to repeatedly build many strings, use them, and then throw them away. Instead of allocating many independent strings, this library will put them all in the same buffer. (Rust / crates.io) — verdict, alternatives & security · Modules