schul-cloud-api 0.2.0

Library providing an interface to talk to the schul.cloud api
Documentation
1
2
3
4
5
6
7
8
pub mod errors;
pub mod state;
#[allow(dead_code, non_snake_case)]
pub mod request_types;
#[allow(dead_code, non_snake_case)]
pub mod types;
pub mod requests;
pub(crate) use errors::*;