From 8ea880318718c3a38f5bc4c7afb900e0a9866bda Mon Sep 17 00:00:00 2001 From: sunface Date: Thu, 17 Feb 2022 15:52:31 +0800 Subject: [PATCH] update readme.md --- README.md | 2 +- contents/confonding/string.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe1d3a9f..5eb8e41c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - 国内镜像: https://book.rust.team - 知乎: [支持章节内目录跳转,很好用!](https://www.zhihu.com/column/c_1452781034895446017) -- 最近修订: 2022-02-12 新增 [用Github Actions进行持续集成](https://zhuanlan.zhihu.com/p/467756846) +- 最近修订: 2022-02-17 新增 [断言Assertions](https://zhuanlan.zhihu.com/p/468668085) - Rust版本: Rust edition 2021 - QQ交流群:1009730433 diff --git a/contents/confonding/string.md b/contents/confonding/string.md index 4c640296..229c05d9 100644 --- a/contents/confonding/string.md +++ b/contents/confonding/string.md @@ -1,4 +1,7 @@ # String、&str 和 str todo +https://pic1.zhimg.com/80/v2-177bce575bfaf289ae12d677689a26f4_1440w.png +https://pic2.zhimg.com/80/v2-697ad53cb502ccec4b2e98c40975344f_1440w.png + https://medium.com/@alisomay/strings-in-rust-28c08a2d3130 \ No newline at end of file