smallstr

Crates.iosmallstr
lib.rssmallstr
version0.3.0
sourcesrc
created_at2018-04-26 01:32:27.073897
updated_at2022-03-12 15:41:13.326538
descriptionString-like container based on smallvec
homepagehttps://github.com/murarth/smallstr
repositoryhttps://github.com/murarth/smallstr
max_upload_size
id62327
size46,112
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: 20

cargo fmt