licenses.dev

str_stack v0.1.0

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.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

This package has no dependencies.
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/str_stack)](https://licenses.dev/cargo/str_stack)
<a href="https://licenses.dev/cargo/str_stack">
  <img src="https://licenses.dev/b/cargo/str_stack" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.0 version:

[![licenses](https://licenses.dev/b/cargo/str_stack/0.1.0)](https://licenses.dev/cargo/str_stack/0.1.0)
<a href="https://licenses.dev/cargo/str_stack/0.1.0">
  <img src="https://licenses.dev/b/cargo/str_stack/0.1.0" alt="licenses" />
</a>
GitHub