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
- Host: GitHub
- URL: https://github.com/murarth/smallstr
- Owner: murarth
- License: apache-2.0
- Created: 2018-04-26T01:26:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-13T16:23:11.000Z (10 months ago)
- Last Synced: 2025-10-21T16:59:41.693Z (8 months ago)
- Language: Rust
- Size: 59.6 KB
- Stars: 26
- Watchers: 1
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.