1
2
3
4
5
6
7
8
#[cfg(test)]
extern crate matches;

pub mod client;
mod query_builder;
mod url;

pub use crate::client::{Client, Error, Result};