文件名称:tars-stream:用于腾讯TARS TARS协议编码解码
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-01 04:24:31
tas tup Rust
tars-stream
for tencent/Tars TARS Protocol encoding/decoding
tars type 与 rust type 映射关系
Tars Type
Rust Type
bool
bool
byte
i8
short
i16
int
i32
long
i64
float
f32
double
f64
string
String
unsigned byte
u8(兼容 tars::Short)
unsigned short
u16(兼容 tars::Int32)
unsigned int
u32(兼容 tars::Int64)
vector
【文件预览】:
tars-stream-master
----.gitignore(30B)
----README.md(785B)
----Cargo.toml(423B)
----tests()
--------tars_stream_test.rs(13KB)
--------common.rs(93B)
----clippy.toml(81B)
----LICENSE(1KB)
----src()
--------errors.rs(2KB)
--------tars_decoder.rs(34KB)
--------lib.rs(487B)
--------tars_encoder.rs(19KB)
--------tars_type.rs(2KB)
--------tup_uni_attribute.rs(23KB)
--------tars_trait.rs(2KB)