phylactery 3.0.0

Safe and thin wrappers around lifetime extension to allow non-static values to cross static boundaries.
Documentation
1
2
3
fn main() {
    println!("cargo:rustc-check-cfg=cfg(loom)");
}