elegance 0.3.2

A pretty-printing library for Rust with a focus on speed and compactness.
Documentation
[[bench]]
harness = false
name = "json"
path = "benches/json.rs"

[dependencies.unicode-width]
optional = true
version = "0.2.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.indoc]
version = "2.0.5"

[dev-dependencies.serde_json]
version = "1.0.121"

[[example]]
name = "json"
path = "examples/json.rs"

[[example]]
name = "sexp"
path = "examples/sexp.rs"

[features]
default = ["unicode-width"]
unicode-width = ["dep:unicode-width"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "development-tools"]
description = "A pretty-printing library for Rust with a focus on speed and compactness."
edition = "2021"
keywords = ["printing", "pretty-printing", "console"]
license = "Apache-2.0"
name = "elegance"
readme = "README.md"
repository = "https://github.com/Wybxc/elegance"
version = "0.3.2"

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