Crate integer_result

Source
Expand description

A Rust library for converting the primitive and non-zero integer types to a Result through comparison.

Traitsยง

  • use this trait to access ok_less, ok_equal, and ok_greater for all primitive and non-zero integer types.