[dependencies]
[dev-dependencies]
[features]
default = []
[lib]
name = "yangon"
path = "src/lib.rs"
[package]
authors = ["ruster sai <rustersai@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "text-processing"]
description = "A high-performance, stack-allocated string type for Rust with fixed capacity and zero heap allocations"
edition = "2021"
homepage = "https://github.com/rustersai/yangon"
license = "MIT"
name = "yangon"
readme = "README.md"
repository = "https://github.com/rustersai/yangon"
version = "1.1.28"
[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = "fat"
opt-level = 3
overflow-checks = false
panic = "abort"
strip = true
[[test]]
name = "miri_tests"
path = "tests/miri_tests.rs"