feat: add Process type

This commit is contained in:
outfoxxed 2024-03-03 06:54:45 -08:00
parent cd2343e57d
commit 3f0bd20852
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 275 additions and 0 deletions

View file

@ -3,5 +3,6 @@ description = "Io types"
headers = [
"datastream.hpp",
"socket.hpp",
"process.hpp",
]
-----