snow 0.7.0-alpha2

A pure-rust implementation of the Noise Protocol Framework
Documentation
1
2
3
4
5
6
7
8
9


use rustc_version::{version_meta, Channel};

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