Docs.rs
faster-hex-0.3.1
faster-hex 0.3.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
zhangsoledad
jjyr
quake
eval-exec
Dependencies
criterion ^0.2
dev
hex ^0.3.2
dev
proptest ^0.8
dev
rustc-hex ^1.0
dev
Versions
Go to latest version
Platform
i686-apple-darwin
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
faster_hex
[
−
]
[src]
Function
faster_hex
::
hex_decode
pub fn hex_decode(src:
&[
u8
]
, dst:
&mut [
u8
]
) ->
Result
<
()
, Error>