generated from PlexSheep/rs-base
Merge branch 'master' of https://git.cscherr.de/PlexSheep/wordle-analyzer
All checks were successful
cargo devel CI / cargo CI (push) Successful in 38s
All checks were successful
cargo devel CI / cargo CI (push) Successful in 38s
This commit is contained in:
commit
8505bcb674
2 changed files with 3 additions and 2 deletions
|
@ -0,0 +1 @@
|
|||
|
|
@ -7,9 +7,9 @@ pub const DEFAULT_WORD_LENGTH: usize = 5;
|
|||
/// Default amount of guesses per game
|
||||
pub const DEFAULT_MAX_STEPS: usize = 6;
|
||||
|
||||
#[cfg(feature = "bench")]
|
||||
pub mod bench;
|
||||
#[cfg(feature = "game")]
|
||||
pub mod game;
|
||||
#[cfg(feature = "solvers")]
|
||||
pub mod solvers;
|
||||
#[cfg(feature = "bench")]
|
||||
pub mod bench;
|
||||
|
|
Loading…
Add table
Reference in a new issue