Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seven-mile/hexpress
- Owner: seven-mile
- Created: 2022-04-28T13:43:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-11T06:47:54.000Z (over 2 years ago)
- Last Synced: 2024-11-01T17:07:15.666Z (2 months ago)
- Language: C++
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.