1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-08 16:40:00 +02:00

embedded config files

This commit is contained in:
Jan Lukas Gernert 2022-10-05 08:35:50 +02:00
parent aa09666f4c
commit 3a6a70ee64
10 changed files with 335 additions and 286 deletions

View file

@ -23,4 +23,4 @@ impl Util {
pub fn split_values(values: &str) -> Vec<&str> {
values.split('|').map(|s| s.trim()).collect()
}
}
}