multistr

Crates.iomultistr
lib.rsmultistr
version0.5.4
sourcesrc
created_at2016-11-24 23:18:33.086084
updated_at2018-06-10 18:41:47.644657
descriptionStore multiple strings in the same heap buffer.
homepage
repositoryhttps://git.charr.xyz/purgatory/multistr.git
max_upload_size
id7357
size51,872
Clar Fon (clarfonthey)

documentation

README

multistr

Store multiple strings on the same heap buffer. You may freely use and modify this code under the CC0 1.0 Universal License.

Usage

To use in your own project, just add the below to your Cargo.toml file.

[dependencies]
multistr = "0.5"

For more formal documentation, you can find the rustdoc here.

Commit count: 0

cargo fmt