update readme.md

pull/417/head
sunface 3 years ago
parent c776df2c4b
commit 2c34bedd50

@ -402,4 +402,4 @@ extern "C" {
总之,能不使用 `unsafe` 一定不要使用,就算使用也要控制好边界,让范围尽可能的小,就像本章的例子一样,只有真的需要 `unsafe` 的代码,才应该包含其中, 而不是将无关代码也纳入进来。
## 进一步学习
1. [Unsafe Rust: How and when (not) to use it]: https://blog.logrocket.com/unsafe-rust-how-and-when-not-to-use-it/
1. [Unsafe Rust: How and when (not) to use it](https://blog.logrocket.com/unsafe-rust-how-and-when-not-to-use-it/)

@ -27,5 +27,8 @@
14. [Unstable Rust](https://doc.rust-lang.org/stable/unstable-book/)
15. [Rust Fuzz Book](https://rust-fuzz.github.io/book/)
## 可参考的教程
1. https://github.com/ferrous-systems/teaching-material#core-topics
Loading…
Cancel
Save