Riyyis Utilities for C++
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 cacd3ca8fd Doc: Add link to format specification and previous development locations 2 years ago
script Meta: Dont try to lint files that are being deleted 2 years ago
src/ruc Macro: Add define for bit shifts 2 years ago
test Test: Silence compiler warning about signed int literal being too big 2 years ago
.clang-format Meta: Allow single line short case labels in .clang-format 2 years ago
.gitignore Meta: Add .gitignore and compile_commands.json symlink 2 years ago
CMakeLists.txt CMake: Automatically build tests during standalone compilation 2 years ago
LICENSE Meta: Add license 2 years ago
README.org Doc: Add link to format specification and previous development locations 2 years ago
compile_commands.json Meta: Add .gitignore and compile_commands.json symlink 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.