πŸ‡ΊπŸ‡¦ UA JOB PARSER

[🚧 in unstable-development stage]

Simple parser for gathering vacancies from ukranian job websites.

πŸ› οΈ Usage

```rust use uajobparser::{dou, Vacancy}

[tokio::main]

fn main() { // return list of vacancies from dou // if nothing was found, return empty list let vacancies: Vec = dou::parse_vacancies("rust developer").await.unwrap();

println!("Founded vacancies: {}", vacancies);

} ```

βœ… TODO

🧨 Contribution

I'll be glad if you take a look at my code and give me some advice or pull requests!