fmt-cmp 0.1.1

Traits and utilities for lexicographically comparing values in their `Display` representations
Documentation
[dev-dependencies.itoa]
version = "1"

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

[package]
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.1"