内容尚空

修改理由:
此投稿已在 6年前 合并。
内容修改:
Old | New | Differences |
---|---|---|
1 | ||
1 | ## 问题 | |
2 | ||
3 | 通过阅读[「什么是 Rust?」](https://learnku.com/rust/wikis/29008),我们可以发现 Rust 具有十分强大的功能。那么 Rust 可以做什么呢? | |
4 | ||
5 | ## Rust 的一些优秀应用 | |
6 | ||
7 | | 项目 | 应用类型 | 项目说明 | | |
8 | | -------- | -------- | -------- | | |
9 | | [xi-editor](https://github.com/xi-editor/xi-editor) | 编辑器 | 一个使用 Rust 编写后端的编辑器 | | |
10 | | [servo](https://github.com/servo/servo) | 浏览器引擎 | 一个浏览器引擎,支持并行算绘、布局、HTML 解析、图像解码等 | | |
11 | | [Rocket](https://github.com/SergioBenitez/Rocket) | 网络框架 | 一个用于编写 Rust 程序的框架 | | |
12 | | [swc](https://github.com/swc-project/swc) | Javascript 解析器 | 一个可以将 Javascript 代码转换到不同版本的解析器 | | |
13 | | [citybound](https://github.com/citybound/citybound) | 游戏引擎 | 一个多玩家城市模拟游戏引擎 | | |
14 | | [xsv](https://github.com/BurntSushi/xsv) | 命令行工具包 | 一个 CSV 命令行工具包 | | |
15 | | [RustPython](https://github.com/RustPython/RustPython) | Python 解析器 | 一个 Python 解析器 | | |
16 | | [piston](https://github.com/PistonDevelopers/piston) | 驱动引擎 | 一个模块化游戏驱动引擎 | | |
17 | | [stdweb](https://github.com/koute/stdweb) | 客户端标准库 | 一个用于客户端的 Web 标准库 | | |
18 | | [pax](https://github.com/nathan/pax) | Javascript 捆绑器 | 一个用于三星 Galaxy 的 Javascript 捆绑器 | | |
19 | | [conrod](https://github.com/PistonDevelopers/conrod) | 图形渲染引擎 | 一个易于使用的 2D GUI 库 | | |
20 | | [lucet](https://github.com/fastly/lucet) | Web 编译器 | 一个沙盒 Web 程序集编译器 | | |
21 | | [Toshi](https://github.com/toshi-search/Toshi) | 搜索引擎 | 一个全文搜索引擎 | | |
22 | | [amp](https://github.com/jmacdonald/amp) | 编辑器 | 一个完整的终端文本编辑器 | | |
23 | | [notty](https://github.com/withoutboats/notty) | 终端 | 一个新型的终端 | | |
24 | | [cranelift](https://github.com/CraneStation/cranelift) | 代码生成器 | 一个 Cranelift 代码生成器 | | |
25 | | [rust-doom](https://github.com/cristicbz/rust-doom) | 游戏引擎 | 一个 Doom 游戏的渲染引擎 | | |
26 | | [gluon](https://github.com/gluon-lang/gluon) | 语言底层 | 一个用 Rust 编写的静态,类型判断和可嵌入语言 | | |
27 | | [webrender](https://github.com/servo/webrender) | 图形渲染引擎 | 一个基于 GPU 的 Web 渲染引擎 | | |
28 | | [sekey](https://github.com/sekey/sekey) | 硬件编程 | 一个使用 Touch ID / Secure Enclave 进行 SSH 身份验证的硬件应用 | |