supersonic 3.0.0

A one-stop rust crate for high-speed, high-performance, high-concurrency data-structures.
Documentation
1
2
3
4
5
fn main() {
    if rustc_version::version_meta().unwrap().channel == rustc_version::Channel::Nightly {
        println!("cargo:rustc-cfg=nightly");
    }
}