1#![allow(dead_code)] 2 3pub mod composition_table; 4pub mod examples; 5pub mod free_group; 6pub mod permutation; 7pub mod structure;