apiarchivesouvertesrust 0.1.0

Rust library that allow to access Archives ouvertes (HAL).
Documentation
1
2
3
4
5
6
7
8
#[allow(non_snake_case)]

pub const VERSION: &str = "0.1";

pub mod client;
pub mod haldoc;
pub mod haldocs;
pub mod halerror;