Skip to content

zhangxuan2011/rust9x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

312,620 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Rust Programming Language: A language empowering everyone to build reliable and efficient software

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


Links

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

Build

If you want to build this source by yourself, you can follow this instructions and set up your target.

Install

If you think build this source is so sucks, perhaps you can follow this:

  1. 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

Choose the platform

When you visited the release page, you might see these assets:

  • rust9x-toolchain-<version>-x86_64-windows.tar.gz
  • rust9x-toolchain-<version>-i686-windows.tar.gz
  • rust9x-toolchain-<version>-i586-windows.tar.gz

For each assets has its own platform, you can choose the one that fits the target system.

x86_64 Windows

File name: rust9x-toolchain-<version>-x86_64-windows.tar.gz

Support targets:

  • Windows 10 and 11
  • x86_64 systems (simply called "64-bit systems")

i686 Windows

File name: rust9x-toolchain-<version>-i686-windows.tar.gz

Support targets:

  • Windows 7 and XP
  • i686 systems (simply called "32-bit systems")

i586 Windows

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.

Contributing

Thanks for your interest in contributing to this project!

If you want to know more, perhaps you can see CONTRIBUTING.md for more details.

License

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 Rust Code of Conduct

The Code of Conduct for this repository can be found here.

Trademark

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.

About

Unofficial Rust target for Windows 9x/Me/NT/2000/XP/Vista, and provide easy way to install

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Rust 89.9%
  • HTML 7.2%
  • Shell 0.7%
  • JavaScript 0.5%
  • C 0.4%
  • Python 0.3%
  • Other 1.0%