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

Add `#[forbid(unsafe_code)]`? #27

Open jorgecarleitao opened 2 years ago

jorgecarleitao commented 2 years ago

The crate fulfills this invariant, maybe we could add it?

dermesser commented 2 years ago

Good idea! Would you mind creating a PR?