maib-client 0.1.0

An unofficial Rust client for MAIB API
Documentation
1
2
3
4
5
6
mod mia;

pub use mia::*;

#[cfg(test)]
mod tests;