Docs.rs
wire-framed-0.2.0
wire-framed 0.2.0
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
mscofield0
Dependencies
wire-framed-core ^0.2.0
normal
wire-framed-derive ^0.1.2
normal
Versions
50%
of the crate is documented
Go to latest version
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
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
☰
Module utils
Functions
?
Module
wire_framed
::
utils
source
·
[
−
]
Functions
get_array
A utility function to get a
Vec
from a
Bytes
.
get_bool
A utility function to get a
bool
from a
Bytes
.
get_hashset
A utility function to get a
HashSet
from a
Bytes
.
get_i8
A utility function to get a
i8
from a
Bytes
.
get_i16
A utility function to get a
i16
from a
Bytes
.
get_i32
A utility function to get a
i32
from a
Bytes
.
get_i64
A utility function to get a
i64
from a
Bytes
.
get_option
A utility function to get an
Option
from a
Bytes
.
get_option_array
A utility function to get an
Vec<Option>
from a
Bytes
.
get_string
A utility function to get a
String
from a
Bytes
.
get_u8
A utility function to get a
u8
from a
Bytes
.
get_u16
A utility function to get a
u16
from a
Bytes
.
get_u32
A utility function to get a
u32
from a
Bytes
.
get_u64
A utility function to get a
u64
from a
Bytes
.
put_array
A utility function to put a
Vec
into a
BytesMut
.
put_hashset
A utility function to put a
HashSet
into a
BytesMut
.
put_option
A utility function to put an
Option
into a
BytesMut
.
put_option_array
A utility function to put a
Vec<Option>
into a
BytesMut
.
put_str
A utility function to put a
&str
into a
BytesMut
.