const-varint 0.1.0

A template for creating Rust open-source repo on GitHub
Documentation
const-varint-0.1.0 has been yanked.

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

Installation

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

    const-varint = { version = "0.1", 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.