Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 402 Bytes

File metadata and controls

21 lines (13 loc) · 402 Bytes

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.