smol_str 0.1.9

small-string optimized string type with O(1) clone
Documentation
[package]
name = "smol_str"
version = "0.1.9"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
repository = "https://github.com/matklad/smol_str"
description = "small-string optimized string type with O(1) clone"
license = "MIT OR Apache-2.0"

[dependencies]
serde = { version = "1", optional = true }

[dev-dependencies]
proptest = "0.8.3"
serde_json = "1"