headhunter-bindings 0.1.1

Rust bindings to the Headhunter API (https://hh.ru)
Documentation
1
2
3
4
5
6
7
8
9
pub use client::*;
pub use error::*;

pub mod authentication;
mod client;
mod error;
pub mod request;
pub mod response;
pub mod types;