[go: up one dir, main page]

compact_str 0.5.0

A memory efficient string type that transparently stores strings on the stack, when possible
Documentation
[dependencies.bytes]
optional = true
version = "1"

[dependencies.castaway]
version = "0.2.1"

[dependencies.itoa]
version = "1"

[dependencies.ryu]
version = "1"

[dependencies.serde]
optional = true
version = "1"
[dev-dependencies.proptest]
default-features = false
features = ["std"]
version = "1"

[dev-dependencies.rayon]
version = "1"

[dev-dependencies.test-strategy]
version = "0.2"

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