vec-strings 0.4.8

Store any string efficiently in an immutable way.
Documentation
[dependencies.serde]
optional = true
version = "1.0"

[dependencies.thin-vec]
version = "0.2.4"
[dev-dependencies.once_cell]
version = "1.8.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.serde_test]
version = "1.0"

[package]
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
categories = ["data-structures"]
description = "Store any string efficiently in an immutable way."
edition = "2018"
keywords = ["string", "utilities"]
license = "MIT"
name = "vec-strings"
readme = "README.md"
repository = "https://github.com/NobodyXu/vec-strings"
version = "0.4.8"