#buffer #heap #unchecked #static #type #data #split #c-str #checking #validity

archived multistr

Store multiple strings in the same heap buffer

10 releases

Uses old Rust 2015

0.5.4 Jun 10, 2018
0.5.2 Sep 13, 2017
0.5.1 Jul 6, 2017
0.4.0 Mar 24, 2017
0.2.0 Nov 28, 2016
Download history 5/week @ 2023-10-19 18/week @ 2023-10-26 16/week @ 2023-11-02 22/week @ 2023-11-09 8/week @ 2023-11-16 27/week @ 2023-11-23 36/week @ 2023-11-30 5/week @ 2023-12-07 15/week @ 2023-12-14 26/week @ 2023-12-21 5/week @ 2023-12-28 6/week @ 2024-01-04 8/week @ 2024-01-11 24/week @ 2024-01-18 16/week @ 2024-01-25 14/week @ 2024-02-01

63 downloads per month
Used in 2 crates (via parse-hosts)

Custom license

45KB
1K SLoC

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.

Dependencies

~72–325KB