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

https://github.com/nickelpro/vito-dap

C++20 DAP Serialization
https://github.com/nickelpro/vito-dap

cpp cpp20 debug-adapter-protocol json serialization

Last synced: about 1 year ago
JSON representation

C++20 DAP Serialization

Awesome Lists containing this project

README

          

# vito-dap

A dumb repo for implementing the Debug Adaptor Protocol in C++ because Google's
version does too many things and I don't understand it.

This is what you expect it to be, it's a collection of types and nhlomann-json
overrides for converting those types to/from json. That's it, that's the
library.