Rust: Difference between revisions

Cross-compiling: add link to easy rust crate
m Add usage example for cargo-xwin
Line 152: Line 152:


* use [https://crates.io/crates/cargo-xwin cargo-xwin] with rustup install or the [https://search.nixos.org/packages?show=cargo-xwin&type=packages&query=cargo+windows nix cargo plugin]  
* use [https://crates.io/crates/cargo-xwin cargo-xwin] with rustup install or the [https://search.nixos.org/packages?show=cargo-xwin&type=packages&query=cargo+windows nix cargo plugin]  
* run cargo commands prefixed by xwin, e.g. <code>cargo xwin run</code>


== Unofficial overlays ==
== Unofficial overlays ==