1
2
3
4
5
6
7
8
pub mod api;

#[cfg(test)]
#[macro_use]
mod tests {
    #[test]
    fn default_test() {}
}