move codegen to separate crate

This commit is contained in:
ThetaDev 2022-09-16 01:37:02 +02:00
parent 8548bc81e9
commit d6cfc7e914
15 changed files with 423 additions and 243 deletions

View file

@ -78,7 +78,7 @@ impl From<ParsedDate> for DateTime<Local> {
}
}
pub fn filter_str(string: &str) -> String {
fn filter_str(string: &str) -> String {
string
.to_lowercase()
.chars()