1
2
3
4
5
6
#![deny(missing_docs)]
//! A library to make calculations with groups.
//!
//! This implements the [Schreier-Sims algorithm](https://en.wikipedia.org/wiki/Schreier%E2%80%93Sims_algorithm).

pub mod group;