1
2
3
4
5
6
7
8
9
//! # rust client for lmstfy
//!
//! An api wrapper for communicating with lmstfy server

pub mod api;
pub mod errors;

#[cfg(test)]
mod api_test;