Simple implementations of selected abstract algebraic structures--including groups, rings, and fields. Intended for self-study of abstract algebra concepts and not for production use.
//!//! Field modules.
//!//! The `field` module provides sub-modules for abstract algebraic
//! _fields_.
//!pubmodfield;// Make sub-modules visible in this module.
pubuseself::field::*;