[go: up one dir, main page]

smol_str 0.1.3

small-string optimized stirng type with O(1) clone
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "smol_str"
version = "0.1.3"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
repository = "https://github.com/matklad/smol_str"
description = "small-string optimized stirng type with O(1) clone"
license = "MIT OR Apache-2.0"

[dev-dependencies]
proptest = "0.8.3"