2 个版本
0.1.1 | 2019 年 3 月 21 日 |
---|---|
0.1.0 | 2019 年 3 月 21 日 |
#20 in #jsonrpc
19KB
467 行
jsonrpc-parse
解析 TCP 字节中的 JSON-RPC (2.0) 或将 JSON-RPC 解析为编解码器和字节
[dependencies]
jsonrpc_parse = "1.0"
use jsonrpc_parse::httpcodec::{HTTPCodec, HTTP};
// if msg is HTTPCodec's HTTP
match msg {
HTTP::Request(req) => {}
HTTP::Response(resp) => {}
_ => {} // other is Response about the Error, can return direct.
}
依赖项
~1.8–2.9MB
~57K SLoC