Added packets (#1648)

This commit is contained in:
Vladimir Berezenko 2020-09-30 08:03:53 +03:00 committed by GitHub
parent e78c3f1ae4
commit c96ae3e7f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19631,5 +19631,18 @@
"description": "A fast and simple command line argument parser inspired by Python's argparse.",
"license": "MIT",
"web": "https://github.com/oliversandli/clapfn"
},
{
"name": "packets",
"url": "https://github.com/Q-Master/packets.nim",
"method": "git",
"tags": [
"serializtion",
"deserialization",
"marshal"
],
"description": "Declarative packets system for serializing/deserializing and marshalling",
"license": "MIT",
"web": "https://github.com/Q-Master/packets.nim"
}
]