pros-sys 0.2.1

EFI for the PROS rust bindings
Documentation
1
2
3
4
5
fn main() {
    let manifest_dir = std::env::var("CARGO_MANIFEST_DIR").unwrap();

    println!("cargo:rustc-link-search=native={manifest_dir}/link");
}