Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seven-mile/hexpress

cpp lab with /std:latest
https://github.com/seven-mile/hexpress

Last synced: 18 days ago
JSON representation

cpp lab with /std:latest

Awesome Lists containing this project

README

        

# HExpress

A C++ Lab with `/std:latest`.

* (C++20 Modules)-based project structure.
* A CLI Module with (template-)generated dispatcher and help command. [ Define command prototypes and descriptions ]
* A (template-)generated RoleGuard as sample middleware.
* Quite robust input validation.