- 資源來源:https://www.cnblogs.com/ishenghuo/p/15836369.html
- 整理作者:suhanyujie
- tag: Rust,Rust 練習項目,Rust 練手項目
眾多 Rust 初學者在學完 The Rust Programming Language 后都會有疑問 —— 接下來如何更進一步使用 Rust?
以下是從互聯網上收集到的一些用於學習 Rust 項目,僅供參考。並會不定時更新。學習重在實踐,不要貪多!
- Rust 實現 toml 轉 json 的命令行應用 https://github.com/woodruffw/toml2json
- 構建內存數據庫 https://munksgaard.me/pdb/lets-build-a-database.html
- 將秘密信息存儲在圖片中 https://picklenerd.github.io/pngme_book/introduction.html
- 構建分布式 KV 數據庫(來自 pingcap/talent-plan) https://github.com/pingcap/talent-plan/blob/master/courses/rust/projects/project-1/README.md
- Rust 實現 Redis 桌面客戶端(基於 tauri) https://github.com/fuyoo/bs-redis-desktop-client
- Rust 實現媒體文件管理器(基於 tauri) https://github.com/Trivernis/mediarepo
- 基於 tui 的文件下載器 https://github.com/hunger/downloader
- Rust 實現文本編輯器(教程系列) https://www.philippflenker.com/hecto/
- 跨平台的文件搜索工具(基於 tauri) https://github.com/naaive/orange
- Rust 實現簡易版 postman 桌面應用(基於 tauri) https://github.com/aiocat/request