You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
259 B

#![feature(map_into_keys_values)]
pub mod anagram_analyzer;
pub mod anagram_finder;
pub mod anagram_logger;
pub mod dictionary_builder;
pub mod hash_computer;
pub mod permutation_type;
pub mod permutations_cache;
pub mod read_lines;
pub mod vector_alphabet;