fmt-cmp 0.1.2

Traits and utilities for lexicographically comparing values in their `Display` representations
Documentation
[[bench]]
name = "int"
path = "benches/int.rs"

[dev-dependencies.itoa]
version = "1"

[features]
alloc = []
default = ["alloc"]
std = ["alloc"]

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(fmt_cmp_semver_exempt)"]
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "rust-patterns", "value-formatting"]
description = "Traits and utilities for lexicographically comparing values in their `Display` representations"
edition = "2018"
exclude = [".*"]
keywords = ["fmt", "no_std"]
license = "MIT OR Apache-2.0"
name = "fmt-cmp"
readme = "README.md"
repository = "https://github.com/tesaguri/fmt-cmp.git"
rust-version = "1.41"
version = "0.1.2"