Added package fastrpc (#3116)

This commit is contained in:
Jaremy Creechley 2025-09-05 06:03:14 -06:00 committed by GitHub
parent ffb03e348c
commit 8bedf8619c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36104,5 +36104,21 @@
"description": "PC/SC library for smart card access",
"license": "MIT",
"web": "https://github.com/mmlado/pcsc-nim/"
},
{
"name": "fastrpc",
"url": "https://github.com/elcritch/fastrpc",
"method": "git",
"tags": [
"rpc",
"msgpack",
"messagepack",
"json-rpc",
"embedded",
"fast"
],
"description": "fast binary rpc designed for embedded",
"license": "Apache-2.0",
"web": "https://github.com/elcritch/fastrpc"
}
]