Crates.io | multistr |
lib.rs | multistr |
version | 0.5.4 |
source | src |
created_at | 2016-11-24 23:18:33.086084 |
updated_at | 2018-06-10 18:41:47.644657 |
description | Store multiple strings in the same heap buffer. |
homepage | |
repository | https://git.charr.xyz/purgatory/multistr.git |
max_upload_size | |
id | 7357 |
size | 51,872 |
Store multiple strings on the same heap buffer. You may freely use and modify this code under the CC0 1.0 Universal License.
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.