Skip to content

Update SUMMARY.md for 10 challenges #287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions doc/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,13 @@
- [13: Safety of `CStr`](./challenges/0013-cstr.md)
- [14: Safety of Primitive Conversions](./challenges/0014-convert-num.md)
- [15: Contracts and Tests for SIMD Intrinsics](./challenges/0015-intrinsics-simd.md)
- [16: Verify the safety of Iterator functions](./challenges/0016-iter.md)
- [17: Verify the safety of slice functions](./challenges/0017-slice.md)
- [18: Verify the safety of slice iter functions - part 1](./challenges/0018-slice-iter-pt1.md)
- [19: Verify the safety of slice iter functions - part 2](./challenges/0019-slice-iter-pt2.md)
- [20: Verify the safety of char-related functions in str::pattern](./challenges/0020-str-pattern-pt1.md)
- [21: Verify the safety of substring-related functions in str::pattern](./challenges/0021-str-pattern-pt2.md)
- [22: Verify the safety of str iter functions](./challenges/0022-str-iter.md)
- [23: Verify the safety of Vec functions part 1](./challenges/0023-vec-pt1.md)
- [24: Verify the safety of Vec functions part 2](./challenges/0024-vec-pt2.md)
- [25: Verify the safety of `VecDeque` functions](./challenges/0025-vecdeque.md)
Loading