smallstr

Crates.iosmallstr
lib.rssmallstr
version0.3.1
created_at2018-04-26 01:32:27.073897+00
updated_at2025-08-13 16:23:37.929669+00
descriptionString-like container based on smallvec
homepagehttps://github.com/murarth/smallstr
repositoryhttps://github.com/murarth/smallstr
max_upload_size
id62327
size50,705
Murarth (murarth)

documentation

https://docs.rs/smallstr/

README

smallstr

String-like container based on SmallVec

Documentation

Building

To include smallstr in your project, add the following to your Cargo.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.

Commit count: 25

cargo fmt