[dependencies.serde]
optional = true
version = "1.0"
[dependencies.smallvec]
version = "1.1"
[dev-dependencies.bincode]
version = "1.0"
[features]
ffi = []
union = ["smallvec/union"]
[package]
authors = ["Murarth <murarth@gmail.com>"]
categories = ["data-structures"]
description = "String-like container based on smallvec"
documentation = "https://docs.rs/smallstr/"
edition = "2018"
homepage = "https://github.com/murarth/smallstr"
keywords = ["small", "str", "string"]
license = "MIT/Apache-2.0"
name = "smallstr"
readme = "README.md"
repository = "https://github.com/murarth/smallstr"
version = "0.2.0"