Crates.io | smallstr |
lib.rs | smallstr |
version | 0.3.0 |
source | src |
created_at | 2018-04-26 01:32:27.073897 |
updated_at | 2022-03-12 15:41:13.326538 |
description | String-like container based on smallvec |
homepage | https://github.com/murarth/smallstr |
repository | https://github.com/murarth/smallstr |
max_upload_size | |
id | 62327 |
size | 46,112 |
String
-like container based on SmallVec
To include smallstr
in your project, add the following to your Cargo.toml
:
[dependencies]
smallstr = "0.3"
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.