generated from PlexSheep/rs-base
automatic cargo CI changes
This commit is contained in:
parent
b1bd520330
commit
8ee32759ee
|
@ -2,12 +2,12 @@ use crate::wlist::word::Word;
|
|||
|
||||
pub struct GuessResponse {
|
||||
guess: Word,
|
||||
status: Vec<(char,Status)>,
|
||||
step: usize
|
||||
status: Vec<(char, Status)>,
|
||||
step: usize,
|
||||
}
|
||||
|
||||
pub enum Status {
|
||||
None,
|
||||
Exists,
|
||||
Matched
|
||||
Matched,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue