1
2
3
4
5
6
7
8
#![deny(clippy::all, clippy::perf, clippy::correctness)]

#[macro_use]
extern crate failure;

pub mod api;
pub mod error;
pub mod io;