email 0.0.20

Implementation of RFC 5322 email messages
Documentation
1
2
3
4
5
6
7
extern crate version_check;

fn main() {
    if version_check::is_nightly().unwrap_or(false) {
        println!("cargo:rustc-cfg=feature=\"nightly\"");
    }
}