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 526948874a Macro: Add string concat macro function 5 months ago
script Meta: Dont try to lint files that are being deleted 2 years ago
src/ruc Macro: Add string concat macro function 5 months ago
test Format: Add support for unsigned char 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: Populate list of required include directories for library targets 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.