snow 0.6.2

A pure-rust implementation of the Noise Protocol Framework
Documentation


use rustc_version::{version_meta, Channel};

fn main() {
    if version_meta().unwrap().channel == Channel::Nightly {
        println!("cargo:rustc-cfg=feature=\"nightly\"");
    }
}