use-algebra 0.0.4

Utility-first finite algebra law helpers for RustUse
Documentation
1
2
3
4
5
6
//! Common ergonomic imports for `use-algebra`.

pub use crate::{
    has_inverses, identity_element, is_abelian_group, is_associative, is_closed_under,
    is_commutative, is_distributive_over, is_group, is_monoid, is_ring,
};