io/fileview: add adapter support and JsonAdapter

This commit is contained in:
outfoxxed 2025-05-13 17:07:51 -07:00
parent cb69c2d016
commit fee4942771
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
6 changed files with 487 additions and 2 deletions

View file

@ -5,6 +5,7 @@ headers = [
"socket.hpp",
"process.hpp",
"fileview.hpp",
"jsonadapter.hpp",
"ipchandler.hpp",
]
-----