multistr 0.3.0

Store multiple strings in the same heap buffer.
docs.rs failed to build multistr-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: multistr-0.5.4

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.3"

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