Skip to content

Commit

Permalink
Docs updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylov committed Jan 16, 2025
1 parent c6a82f4 commit 5abe884
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 249 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ Containers

Algorithms
----------
- [***Coroutines*** - ergonomic portable coroutines](docs/coroutine_api.md)
- [***Ranged for-loop control blocks***](docs/algorithm_api.md#ranged-for-loop-control-blocks)
- [***Generic algorithms***](docs/algorithm_api.md#generic-algorithms)
- [***Sum types*** - a.k.a. variants or tagged unions](docs/algorithm_api.md#sum-types)
- [***Generic algorithms***](docs/algorithm_api.md#stc-algorithms)
- [***Coroutines*** - ergonomic portable coroutines](docs/coroutine_api.md)
- [***Regular expressions*** - Rob Pike's Plan 9 regexp modernized!](docs/cregex_api.md)
- [***Random numbers*** - a very fast *PRNG* based on *SFC64*](docs/random_api.md)
- [***Command line argument parser*** - similar to *getopt()*](docs/coption_api.md)
Expand Down
Loading

0 comments on commit 5abe884

Please sign in to comment.