Skip to main content
u64_from_bytes
tuwunel_
core
1.6.2
In tuwunel_
core::
utils::
bytes
tuwunel_core
::
utils
::
bytes
Function
u64_
from_
bytes
Copy item path
Source
pub fn u64_from_bytes(bytes: &[
u8
]) ->
Result
<
u64
>
Expand description
Parses the big-endian bytes into an u64.