load project from file

This commit is contained in:
🪞👃🪞 2024-07-08 17:27:58 +03:00
parent e2a842492e
commit eeb2faf064
9 changed files with 320 additions and 245 deletions

View file

@ -11,6 +11,7 @@ use crate::core::*;
}}
}
#[derive(Debug)]
pub struct Phrase {
pub name: String,
pub length: usize,