headhunter-bindings 0.1.1

Rust bindings to the Headhunter API (https://hh.ru)
Documentation
1
2
3
4
5
6
7
use serde::Deserialize;

/// Represents part of the resume object
#[derive(Debug, Deserialize)]
pub struct Resume {
    pub alternate_url: String,
}