Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Mention new headers in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher authored and tylerjw committed Oct 29, 2022
1 parent a889993 commit 8992001
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ Read the docs [here](https://picknikrobotics.github.io/RSL/files.html).

## Killer Features

* [algorithm](include/rsl/algorithm.hpp) - Functions for inspecting collections
* [monad.hpp](include/rsl/monad.hpp) - Functions and operators for monadic expressions
* [no_discard.hpp](include/rsl/no_discard.hpp) - `[[nodiscard]]` for lambdas
* [overload.hpp](include/rsl/overload.hpp) - Class template for easily visiting variants
* [queue.hpp](include/rsl/queue.hpp) - Thread-safe queue
* [random.hpp](include/rsl/random.hpp) - Modern C++ randomness made easy
* [static_string.hpp](include/rsl/static_string.hpp) - Static capacity string class
* [static_vector.hpp](include/rsl/static_vector.hpp) - Static capacity vector class
* [try.hpp](include/rsl/try.hpp) - Macro to emulatate absl::CONFIRM or operator? from Rust

0 comments on commit 8992001

Please sign in to comment.