#message #byte #protocols #stream #pipelining

msgp-abi

msgp(字节消息协议)的ABI

2个版本

使用旧的Rust 2015

0.1.1 2016年8月1日
0.1.0 2016年7月25日

#189 in #protocol

MIT/Apache

7KB
85 代码行数(不含注释)

MsgP-ABI

尝试演示

git clone https://github.com/iorust/msgp-abi.git
cd msgp-abi
cargo build --release
cd examples
npm install
node index.js

lib.rs:

Rust的字节消息协议。

依赖

~200KB