[go: up one dir, main page]

compact_str 0.3.2

A memory efficient string type that transparently stores strings on the stack, when possible
Documentation
[package]
name = "compact_str"
description = "A memory efficient string type that transparently stores strings on the stack, when possible"
version = "0.3.2"
authors = ["Parker Timmerman <parker@parkertimmerman.com>"]
edition = "2018"
license = "MIT"
homepage = "https://github.com/ParkMyCar/compact_str"
repository = "https://github.com/ParkMyCar/compact_str"
readme = "../README.md"
keywords = ["string", "compact", "small", "memory", "mutable"]
categories = ["encoding", "parsing", "memory-management", "text-processing"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[dev-dependencies]
proptest = { version = "1", default-features = false, features = ["std"] }
test-strategy = "0.1.2"