Docs.rs
unsigned-varint-0.8.0
unsigned-varint 0.8.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
asynchronous-codec ^0.7
normal
optional
bytes ^1
normal
optional
futures-io ^0.3.4
normal
optional
futures-util ^0.3.4
normal
optional
nom ^7
normal
optional
tokio-util ^0.7
normal
optional
criterion ^0.3
dev
futures-executor ^0.3.4
dev
hex ^0.4
dev
quickcheck ^1
dev
Versions
96.36%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
unsigned_
varint
0.8.0
Module decode
Module Items
Enums
Functions
In crate unsigned_
varint
unsigned_varint
Module
decode
Copy item path
Source
Expand description
Basic unsigned-varint decoding.
Enums
§
Error
Possible decoding errors.
Functions
§
is_last
Is this the last byte of an unsigned varint?
u8
Decode the given slice as
u8
.
u16
Decode the given slice as
u16
.
u32
Decode the given slice as
u32
.
u64
Decode the given slice as
u64
.
u128
Decode the given slice as
u128
.
usize
Decode the given slice as
usize
.