const-varint 0.3.1

Protobuf's varint encoding/decoding with full const context operations supports.
Documentation

Protobuf's varint encoding/decoding with full const context operations supports.

Installation

[dependencies]
const-varint = "0.3"
  • For ruint::Uint<BITS, LBITS> support (not compatible in const context)

    const-varint = { version = "0.3", features = ["ruint_1"] }
    

License

const-varint 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.