multistr 0.1.0

Multiple strings stored in the same heap buffer.
Documentation
multistr
========

Ways to store multiple strings in the same heap buffer. Only allows pairs and
triples for now. You may freely use and modify this code under the
[CC0 1.0 Universal License](LICENSE).

Usage
-----

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

```toml
[dependencies]
multistr = "0.1"
```

For more formal documentation, you can find the rustdoc
[here](https://clarcharr.github.io/multistr/multistr/).