dermesser / integer-encoding-rs

Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides synchronous and asynchronous Write/Read types for easily writing/reading integers.
Other
66 stars 16 forks source link

tokio = 1.0 #15

Closed shuoli84 closed 3 years ago

shuoli84 commented 3 years ago

Tokio 1.0 released, consider release a new version? :)