We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5994477 commit 72111b4Copy full SHA for 72111b4
README.md
@@ -6,6 +6,13 @@
6
Minimal Rust-inspired C++20 STL replacement.
7
Refer to the [blog post](https://thenumb.at/rpp/) for details.
8
9
+Goals:
10
+- Fast Compilation
11
+- Debuggability
12
+- High Performance
13
+- Explicit Code
14
+- Easy Metaprogramming
15
+
16
## Integration
17
18
To use rpp in your project, run the following command (or manually download the source):
0 commit comments