Crates.io | const-varint |
lib.rs | const-varint |
version | 0.4.2+deprecated |
created_at | 2025-02-03 16:14:26.515298+00 |
updated_at | 2025-03-30 16:24:32.943685+00 |
description | (Deprecated) This crate is deprecated. Please use `varing` instead. |
homepage | https://github.com/al8n/varing |
repository | https://github.com/al8n/varing |
max_upload_size | |
id | 1540756 |
size | 116,960 |
varing
.Protobuf's varint encoding/decoding with full const context operations supports. (This project is renamed to varing
)
[dependencies]
const-varint = "0.4"
For u1
, u2
, u3
, .., u127
const-varint = { version = "0.4", features = "arbitrary-int" }
For ruint::Uint<BITS, LBITS>
support (not compatible in const
context)
const-varint = { version = "0.4", features = ["ruint"] }
For primitive-types
support (not compatible in const
context)
const-varint = { version = "0.4", features = ["primitive-types"] }
For ethereum-types
support (not compatible in const
context)
const-varint = { version = "0.4", features = ["ethereum-types"] }
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.