An open API service indexing awesome lists of open source software.

https://github.com/murarth/smallstr

String-like container based on SmallVec
https://github.com/murarth/smallstr

Last synced: 6 months ago
JSON representation

String-like container based on SmallVec

Awesome Lists containing this project

README

          

# smallstr

`String`-like container based on `SmallVec`

[Documentation](https://docs.rs/smallstr/)

## Building

To include `smallstr` in your project, add the following to your `Cargo.toml`:

```toml
[dependencies]
smallstr = "0.3"
```

## License

smallstr is distributed under the terms of both the MIT license and the
Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.