imag/libimagmail/src/lib.rs

17 lines
283 B
Rust
Raw Normal View History

#[macro_use] extern crate log;
2017-06-07 15:38:50 +00:00
extern crate email;
extern crate semver;
extern crate toml;
extern crate filters;
#[macro_use] extern crate libimagerror;
extern crate libimagstore;
extern crate libimagref;
pub mod error;
pub mod hasher;
pub mod iter;
pub mod mail;
pub mod result;