Rust9x 非官方“Tier 4” Rust 目标平台,适用于 Windows 9x/Me/NT/2000/XP/Vista
Unofficial "Tier 4" Rust Target for older Windows versions

原始链接: https://github.com/rust9x/rust

## Rust:概要 Rust 是一种系统编程语言,专注于**速度、可靠性和生产力**。其核心仓库包括编译器、标准库和文档。 主要特性包括与 C/C++ 相当的**高性能**、由其独特的 ownership 系统保证的**内存和线程安全**,以及强大的工具支持。这些工具包括 **Cargo**(包/构建管理器)、**rustfmt**(自动格式化工具)和 **Clippy**(代码检查工具)——所有这些都旨在提高开发人员的效率。 Rust 采用 **MIT 和 Apache 2.0 许可协议**,部分组件使用类似 BSD 的许可协议。**Rust 基金会**管理 Rust 和 Cargo 的商标。 虽然可以从源代码安装,但通常建议遵循“The Book”中的说明进行更简单的设置。社区支持可通过官方网站链接的各种在线平台获得 ([https://www.rust-lang.org/community](https://www.rust-lang.org/community))。

Hacker News 新闻 | 过去 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 Rust9x Windows 9x/Me/NT/2000/XP/Vista 的非官方“Tier 4” Rust 目标 (github.com/rust9x) 14 分,由 kristianp 发表于 2 小时前 | 隐藏 | 过去 | 收藏 | 讨论 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系 搜索:
相关文章

原文

This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.

  • Performance: Fast and memory-efficient, suitable for critical services, embedded devices, and easily integrated with other languages.

  • Reliability: Our rich type system and ownership model ensure memory and thread safety, reducing bugs at compile-time.

  • Productivity: Comprehensive documentation, a compiler committed to providing great diagnostics, and advanced tooling including package manager and build tool (Cargo), auto-formatter (rustfmt), linter (Clippy) and editor support (rust-analyzer).

Read "Installation" from The Book.

If you really want to install from source (though this is not recommended), see INSTALL.md.

See https://www.rust-lang.org/community for a list of chat platforms and forums.

See CONTRIBUTING.md.

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 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 media guide.

Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.

联系我们 contact @ memedata.com