Please enable JavaScript in your browser!
首页
发现
帮助
登录
Houkime
/
cborpc
镜像自地址
https://gitlab.com/rustorion/cborpc
关注
1
点赞
0
派生
0
文件
工单管理
0
Wiki
tor-induced mirror (sorry gitlab)
15
提交历史
2
代码分支
0
版本发布
分支:
tokio
分支列表
标签列表
master
tokio
cborpc
HTTPS
SSH
ZIP
TAR.GZ
Iaroslav Gridin
5b6e42acc1
arc-based scheme allowing for multiple responder channels
4 年之前
examples
f6a9016f1e
fmt
4 年之前
src
5b6e42acc1
arc-based scheme allowing for multiple responder channels
4 年之前
.gitignore
f1dddbbfcf
initial commit, working implementation with tests
5 年之前
.gitlab-ci.yml
f1dddbbfcf
initial commit, working implementation with tests
5 年之前
Cargo.toml
cd803f5366
tokio edition
4 年之前
LICENSE
f1dddbbfcf
initial commit, working implementation with tests
5 年之前
Makefile
f6a9016f1e
fmt
4 年之前
README.textile
766ae76a4c
Update README
4 年之前
rustfmt.toml
f6a9016f1e
fmt
4 年之前
README.textile
h1. CBORPC
MessagePack-based, misleadingly named, simple RPC library. You can call functions, grouped by protocols, which accept and return a single byte array, as well as returning a success bit.