origin-studio 0.16.0

An alternative `std`-like implementation built on origin
Documentation
1
2
3
4
5
fn main() {
    // Pass -nostartfiles to the linker. In the future this could be obviated
    // by a `no_entry` feature: <https://github.com/rust-lang/rfcs/pull/2735>
    println!("cargo:rustc-link-arg=-nostartfiles");
}