inlinable_string 0.1.15

The `inlinable_string` crate provides the `InlinableString` type -- an owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation -- and the `StringExt` trait which abstracts string operations over both `std::string::String` and `InlinableString` (or even your own custom string type).
Documentation
[dependencies.serde]
optional = true
version = "1"
[dev-dependencies.serde_test]
version = "1"

[features]
nightly = []
no_std = []

[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
description = "The `inlinable_string` crate provides the `InlinableString` type -- an owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation -- and the `StringExt` trait which abstracts string operations over both `std::string::String` and `InlinableString` (or even your own custom string type)."
documentation = "http://fitzgen.github.io/inlinable_string/inlinable_string/index.html"
edition = "2018"
keywords = ["string", "inline", "inlinable"]
license = "Apache-2.0/MIT"
name = "inlinable_string"
readme = "./README.md"
repository = "https://github.com/fitzgen/inlinable_string"
version = "0.1.15"