writeable 0.2.1

A more efficient alternative to fmt::Display
Documentation
[[bench]]
harness = false
name = "writeable"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.icu_benchmark_macros]
version = "0.3"

[features]
bench = []
default = []

[lib]
bench = false
path = "src/lib.rs"

[package]
authors = ["The ICU4X Project Developers"]
description = "A more efficient alternative to fmt::Display"
edition = "2018"
include = ["src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md"]
license-file = "LICENSE"
name = "writeable"
readme = "README.md"
repository = "https://github.com/unicode-org/icu4x"
resolver = "2"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true