varing

Crates.iovaring
lib.rsvaring
version0.10.0
created_at2025-03-30 16:15:00.836286+00
updated_at2025-08-12 20:17:12.740024+00
descriptionProtobuf's varint encoding/decoding for LEB128 friendly types with full const context operations supports.
homepagehttps://github.com/al8n/varing
repositoryhttps://github.com/al8n/varing
max_upload_size
id1612539
size335,548
Al Liu (al8n)

documentation

https://docs.rs/varing

README

varing

Protobuf's varint encoding/decoding for LEB128 friendly types with full const context operations supports.

github LoC Build codecov

docs.rs crates.io crates.io license

Installation

[dependencies]
varing = "0.10"

Optional Features

Testing

This crate is tested with the quickcheck crate and cargo fuzz (including all optional features).

License

varing is under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT for details.

Copyright (c) 2025 Al Liu.

Commit count: 16

cargo fmt