πŸ‡ΊπŸ‡¦ UA JOB PARSER

[🚧 in unstable-development stage]

Simple parser for gathering vacancies from ukranian job websites.

Install

Usage

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

[tokio::main]

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

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!