malachite-base 0.3.2

A collection of utilities, including new arithmetic traits and iterators that generate all values of a type
Documentation
/// Macros related to comparing values.
///
/// This module defines the `min` and `max` macros.
#[macro_use]
pub mod macros;
/// Traits related to comparing values.
pub mod traits;