io/fileview: add FileView

This commit is contained in:
outfoxxed 2024-09-09 03:15:16 -07:00
parent 3a1eec0ed5
commit 85be3861ce
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
6 changed files with 635 additions and 1 deletions

View file

@ -4,5 +4,6 @@ headers = [
"datastream.hpp",
"socket.hpp",
"process.hpp",
"fileview.hpp",
]
-----