You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Riyyi
d5bf50715e
|
3 months ago | |
---|---|---|
script | 2 years ago | |
src/ruc | 3 months ago | |
test | 2 years ago | |
.clang-format | 2 years ago | |
.gitignore | 2 years ago | |
CMakeLists.txt | 2 years ago | |
LICENSE | 2 years ago | |
README.org | 2 years ago | |
compile_commands.json | 2 years ago |
README.org
Riyyi's Utilities for C++
Utility library for C++.
- Argument parsing
- Formatting library
- JSON parsing
- Unit test macros
Formatting library
The format specification has been heavily inspired by the {fmt}
library, most of the mini-language is supported.
Note: Development was previously done at: manafiles/src/util and manafiles/test.