mustang icon indicating copy to clipboard operation
mustang copied to clipboard

Rust programs written entirely in Rust

Results 2 mustang issues
Sort by recently updated
recently updated
newest added

Mustang is now complete enough to support the current directory, command-line arguments, environment variables, `std::fs`, `std::net`, `std::thread`, `std::time`,`std::alloc`, and everything in the standard library that doesn't involve I/O too. It...

good first issue

I just wanted to share that I was able to get mustang programs compiling & running on Nix through [crate2nix](https://github.com/kolloch/crate2nix). It works by leveraging Nix's cross compilation support & the...