1// Does not work with backticks.
2// #![doc = include_str!("../README.md")]
34mod common;
5mod genetic;
6mod search;
7mod selector;
8mod settings;
910pub use common::*;
11pub use genetic::*;
12pub use search::*;
13pub use selector::*;
14pub use settings::*;