osars 0.3.0

Rust client library for OpenScheduleAPI - educational schedule management system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod api;
pub mod auth;
pub mod client;
pub mod error;
pub mod logging;
pub mod models;
pub mod utils;

pub use api::*;
pub use auth::*;
pub use client::*;
pub use error::{Error, Result};
pub use models::*;