Docs.rs
fcdb-core-0.1.1
fcdb-core 0.1.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
com-junkawasaki
Dependencies
blake3 ^1.5
normal
hex ^0.4
normal
integer-encoding ^3.0
normal
rand ^0.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
Versions
24.68%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
decode_u64
fcdb_
core
0.1.1
In fcdb_
core::
varint
fcdb_core
::
varint
Function
decode_
u64
Copy item path
Source
pub fn decode_u64<R:
Read
>(reader:
&mut R
) ->
Result
<
u64
,
Error
>