Docs.rs
stdcode-0.1.14
stdcode 0.1.14
Docs.rs crate page
ISC
Links
Repository
crates.io
Source
Owners
nullchinchilla
Dependencies
bincode ^1.3.3
normal
bytes ^1.2.1
normal
hex ^0.4.3
normal
serde ^1.0.133
normal
serde_with ^1
normal
serde_json ^1
dev
Versions
26.09%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
stdcode
0.1.14
In stdcode::
hexvec
stdcode
::
hexvec
Function
serialize
Copy item path
Source
pub fn serialize<S>(bytes: &[
Vec
<
u8
>], serializer: S) ->
Result
<S::
Ok
, S::
Error
>
where S:
Serializer
,