Merge pull request #484 from AllenDEricDAlexander/master

<fix>(<elegant-code-base>):<png project url>
This commit is contained in:
Sunface
2024-01-03 09:10:10 +08:00
committed by GitHub

View File

@ -27,7 +27,7 @@
### 5. 在 PNG 中隐藏你的秘密 ### 5. 在 PNG 中隐藏你的秘密
[这本书](https://picklenerd.github.io/pngme_book/) 将带领大家编写一个命令行程序,功能是在 PNG 文件中隐藏一些秘密信息,首要目标是让我们熟悉 Rust 代码。 [这本书](https://jrdngr.github.io/pngme_book/) 将带领大家编写一个命令行程序,功能是在 PNG 文件中隐藏一些秘密信息,首要目标是让我们熟悉 Rust 代码。
### 6. 使用 Rust 写一个小型 OS ### 6. 使用 Rust 写一个小型 OS
@ -46,4 +46,7 @@
[这本开源书](https://github.com/rust-hosted-langs/book) 是一个使用 Rust 语言实现编译型语言的教程。 [这本开源书](https://github.com/rust-hosted-langs/book) 是一个使用 Rust 语言实现编译型语言的教程。
### 10. Rust编写推箱子游戏教程
[sokoban](https://sokoban.iolivia.me/zh_cn/c01-00-intro) 是一个使用 Rust 语言实现 sokoban 游戏的教程。虽然社区已停止活跃( Initial Commits on Sep 3, 2019GitHub 仓库最后一条 commit 是 last year ),但是项目是完善的 release v0.1.0,拿来练手是个不错的选择。
**To be continued...** **To be continued...**