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 write
Module Items
Functions
In crate leb128
leb128
Module
write
Copy item path
Source
Expand description
A module for writing LEB128-encoded signed and unsigned integers.
Functions
ยง
signed
Write
val
to the
std::io::Write
stream
w
as a signed LEB128 value.
unsigned
Write
val
to the
std::io::Write
stream
w
as an unsigned LEB128 value.