triblespace-core 0.29.0

The triblespace core implementation.
Documentation
1
2
3
4
5
fn main() {
    if rustversion::cfg!(nightly) {
        println!("cargo:rustc-cfg=nightly");
    }
}