osars 0.3.0

Rust client library for OpenScheduleAPI - educational schedule management system
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "logging")]
pub fn init() {
    use tracing_subscriber::prelude::*;
    tracing_subscriber::fmt()
        .with_env_filter(tracing_subscriber::EnvFilter::from_default_env())
        .init();
}