Docs.rs
leb128-0.2.5
leb128 0.2.5
Permalink
Docs.rs crate page
Apache-2.0
/
MIT
Links
Repository
crates.io
Source
Owners
fitzgen
Dependencies
quickcheck ^0.8.0
dev
Versions
100%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
leb128
0.2.5
Module read
Module Items
Enums
Functions
In crate leb128
leb128
Module
read
Copy item path
Source
Expand description
A module for reading LEB128-encoded signed and unsigned integers.
Enums
§
Error
An error type for reading LEB128-encoded values.
Functions
§
signed
Read a signed LEB128-encoded number from the
std::io::Read
stream
r
.
unsigned
Read an unsigned LEB128-encoded number from the
std::io::Read
stream
r
.