Docs.rs
tls-parser-0.1.0
tls-parser 0.1.0
Docs.rs crate page
LGPL-2.1+
Links
Homepage
Repository
crates.io
Source
Owners
chifflier
Dependencies
enum_primitive ^0.1.0
phf ^0.7.16
nom ^1.2.4
phf_codegen ^0.7.16
Versions
Go to latest version
Platform
i686-apple-darwin
i686-pc-windows-gnu
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-gnu
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
tls_parser
::
common
Function
tls_parser
::
common
::
bytes_to_u64
[
−
]
[src]
pub fn bytes_to_u64(s:
&[
u8
]
) ->
Result
<
u64
, &'static
str
>