[go: up one dir, main page]

writeable 0.1.0

A more efficient alternative to fmt::Display
Documentation
# This file is part of ICU4X. For terms of use, please see the file
# called LICENSE at the top level of the ICU4X source tree
# (online at: https://github.com/unicode-org/icu4x/blob/master/LICENSE ).

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

[dev-dependencies]
criterion = "0.3"

[lib]
bench = false  # This option is required for Benchmark CI

[features]
default = []

bench = []

[[bench]]
name = "writeable"
harness = false