Simple parser for gathering vacancies from ukranian job websites.
```rust use uajobparser::{dou, Vacancy}
fn main() {
// return list of vacancies from dou
// if nothing was found, return empty list
let vacancies: Vec
println!("Founded vacancies: {}", vacancies);
} ```
I'll be glad if you take a look at my code and give me some advice or pull requests!