1
2
3
4
5
6
7
//!
//! Algebraic _field_ traits and implementations.
//!
//! The `field` module provides support for types that form algebraic
//! _fields_, including their "numeric" counterparts.
//!
pub mod field;