Docs.rs
bitcoin-embed-0.1.0
bitcoin-embed 0.1.0
Permalink
Docs.rs crate page
CC0-1.0
26 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
joshdoman
Dependencies
bitcoin ^0.32.6
normal
Versions
100%
of the crate is documented
Platform
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
Skip to main content
Module varint
bitcoin_
embed
0.1.0
Module varint
Sections
LEB128 Variable-Length Encoding
Module Items
Enums
Functions
In crate bitcoin_
embed
bitcoin_embed
Module
varint
Copy item path
Source
Expand description
§
LEB128 Variable-Length Encoding
Enums
§
Error
VarInt Error
Functions
§
decode
Decodes value from a LEB128-encoded integer
encode
Returns a LEB128-encoded integer
encode_
to_
vec
Adds an integer to a byte array with LEB128 encoding