smallstr 0.3.0

String-like container based on smallvec
Documentation
[dependencies.serde]
default-features = false
features = ["alloc"]
optional = true
version = "1.0"

[dependencies.smallvec]
version = "1.1"

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

[features]
ffi = []
std = ["serde/std"]
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 OR Apache-2.0"
name = "smallstr"
readme = "README.md"
repository = "https://github.com/murarth/smallstr"
version = "0.3.0"