1mod generated; 2mod hashing; 3mod manual; 4 5mod dummy; 6pub use dummy::*; 7 8pub use generated::*; 9pub use hashing::*; 10pub use manual::*;