Docs.rs
wire-codec-1.0.0
wire-codec 1.0.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jamesgober
Dependencies
proptest >=1, <1.6
dev
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
decode_i64
wire_
codec
1.0.0
In wire_
codec::
zigzag
wire_codec
::
zigzag
Function
decode_
i64
Copy item path
Source
pub const fn decode_i64(value:
u64
) ->
i64
Expand description
Recover the signed
i64
from a zigzag-encoded
u64
.