origin-studio 0.2.2

Program startup and thread support written in Rust
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");
}