basispoort-sync-client 0.2.1

An API client to help synchronize institution data with the Basispoort educational material SSO service.
Documentation
1
2
3
4
5
6
7
8
pub use url::Url;

pub mod error;
pub mod hosted_sites;
pub mod institutions;
pub mod rest;

pub type Result<T> = std::result::Result<T, Box<crate::error::Error>>;