Crate fmt_cmp

Source
Expand description

Traits and utilities for lexicographically comparing values in their Display representations.

Re-exports§

pub use self::cmp::cmp;
pub use self::cmp::eq;
pub use self::cmp::hash;
pub use self::cmp::Cmp;
pub use self::int::cmp_dec;
pub use self::int::cmp_int;

Modules§

cmp
Stringy comparison utility.
int
Lexicographic comparison utility for integers.

Traits§

FmtEq
A marker trait for types whose equivalence relation is the same as equivalence between its Display representation.
FmtOrd
A marker trait for types whose ordering is the same as ordering between its Display representation.