Skip to content

Commit 846d46b

Browse files
update summary.md
1 parent 9b27cfb commit 846d46b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

doc/src/SUMMARY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,13 @@
2929
- [13: Safety of `CStr`](./challenges/0013-cstr.md)
3030
- [14: Safety of Primitive Conversions](./challenges/0014-convert-num.md)
3131
- [15: Contracts and Tests for SIMD Intrinsics](./challenges/0015-intrinsics-simd.md)
32+
- [16: Verify the safety of Iterator functions](./challenges/0016-iter.md)
33+
- [17: Verify the safety of slice functions](./challenges/0017-slice.md)
34+
- [18: Verify the safety of slice iter functions - part 1](./challenges/0018-slice-iter-pt1.md)
35+
- [19: Verify the safety of slice iter functions - part 2](./challenges/0019-slice-iter-pt2.md)
36+
- [20: Verify the safety of char-related functions in str::pattern](./challenges/0020-str-pattern-pt1.md)
37+
- [21: Verify the safety of substring-related functions in str::pattern](./challenges/0021-str-pattern-pt2.md)
38+
- [22: Verify the safety of str iter functions](./challenges/0022-str-iter.md)
39+
- [23: Verify the safety of Vec functions part 1](./challenges/0023-vec-pt1.md)
40+
- [24: Verify the safety of Vec functions part 2](./challenges/0024-vec-pt2.md)
41+
- [26: Verify the safety of `VecDeque` functions](./challenges/0025-vecdeque.md)

0 commit comments

Comments
 (0)