cheetah-string 0.1.8

A lightweight, high-performance string manipulation library optimized for speed-sensitive applications
Documentation
[[bench]]
harness = false
name = "cheetah"
path = "benches/cheetah.rs"

[[bench]]
name = "comprehensive"
path = "benches/comprehensive.rs"

[dependencies.bytes]
version = "1.10.0"

[dependencies.serde]
default-features = false
features = ["alloc"]
optional = true
version = "1.0"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[features]
bytes = []
default = ["std"]
serde = ["serde/alloc"]
std = []

[lib]
name = "cheetah_string"
path = "src/lib.rs"

[package]
authors = ["mxsm <mxsm@apache.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = """
A lightweight, high-performance string manipulation library optimized for speed-sensitive applications
"""
edition = "2021"
homepage = "https://github.com/mxsm/cheetah-string"
keywords = ["fast", "fast-string", "bytes", "rust", "rocketmq-rust"]
license = "MIT OR Apache-2.0"
name = "cheetah-string"
readme = "README.md"
repository = "https://github.com/mxsm/cheetah-string"
rust-version = "1.75.0"
version = "0.1.8"

[[test]]
name = "api_extensions"
path = "tests/api_extensions.rs"

[[test]]
name = "basic"
path = "tests/basic.rs"

[[test]]
name = "sso"
path = "tests/sso.rs"