This is the source code repository for Rust9x. It contains the compiler, standard library, and documentation.
Note that this project can not only used on Windows 10 and 11, but also on Windows 7, XP, even Windows 2000, 98 and 95
Cargo: https://github.com/rust-lang/cargo rustfmt: https://github.com/rust-lang/rustfmt Clippy: https://github.com/rust-lang/rust-clippy rust-analyzer: https://github.com/rust-lang/rust-analyzer Rust9x: https://github.com/rust9x/rust/wiki
If you want to build this source by yourself, you can follow this instructions and set up your target.
If you think build this source is so sucks, perhaps you can follow this:
- Download the latest release
View here and choose the best platform for you.
If you don't know how to choose, you can click here
When you visited the release page, you might see these assets:
rust9x-toolchain-<version>-x86_64-windows.tar.gzrust9x-toolchain-<version>-i686-windows.tar.gzrust9x-toolchain-<version>-i586-windows.tar.gz
For each assets has its own platform, you can choose the one that fits the target system.
File name: rust9x-toolchain-<version>-x86_64-windows.tar.gz
Support targets:
- Windows 10 and 11
- x86_64 systems (simply called "64-bit systems")
File name: rust9x-toolchain-<version>-i686-windows.tar.gz
Support targets:
- Windows 7 and XP
- i686 systems (simply called "32-bit systems")
File name: rust9x-toolchain-<version>-i586-windows.tar.gz
Support targets:
- Windows 2000, Windows 9x and older
- i586 systems (simply called "16-bit systems")
For more information, please visit the rust9x installation guide for further information.
Thanks for your interest in contributing to this project!
If you want to know more, perhaps you can see CONTRIBUTING.md for more details.
Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.
The Code of Conduct for this repository can be found here.
The Rust Foundation owns and protects the Rust and Cargo trademarks and logos (the "Rust Trademarks").
If you want to use these names or brands, please read the Rust language trademark policy.
Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.