spectrum-macros 0.0.0

Macros for interacting with spectrum ergonomically. Under heavy development, and doesn't work yet
Documentation
pub fn main() {
    if rustc_version::version_meta().unwrap().channel == rustc_version::Channel::Nightly {
        println!("cargo:rustc-cfg=nightly");
    }
}