Docs.rs
erbium-core-1.0.8
erbium-core 1.0.8
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
isomer
Dependencies
arbitrary ^1.1
normal
optional
async-trait ^0.1.42
normal
byteorder ^1.4.3
normal
bytes ^1.0
normal
digest >=0.10.3, <=0.11
normal
env_logger >=0.9, <=0.11
normal
erbium-net ^1.0.7
normal
futures ^0.3.8
normal
hmac ^0.12.1
normal
http-body-util ^0.1
normal
hyper ^1.1
normal
optional
hyper-util ^0.1.2
normal
optional
lazy_static ^1.4
normal
log ^0.4
normal
prometheus >=0.13, <=0.13
normal
rand ^0.10
normal
rusqlite >=0.28, <=0.37
normal
sha2 ^0.10
normal
tokio ^1.8.4
normal
tokio-util ^0.7
normal
yaml-rust ^0.4
normal
vergen ^8
build
Versions
2.34%
of the crate is documented
Platform
aarch64-unknown-linux-gnu
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
Skip to main content
Serialise
erbium
1.0.8
Serialise
Required Methods
serialise
Implementations on Foreign Types
&[u8]
Ipv4Addr
String
Vec<T>
i32
u8
u16
u32
Implementors
In erbium::
dhcp::
dhcppkt
erbium
::
dhcp
::
dhcppkt
Trait
Serialise
Copy item path
Source
pub trait Serialise { // Required method fn
serialise
(&self, v: &mut
Vec
<
u8
>); }
Required Methods
§
Source
fn
serialise
(&self, v: &mut
Vec
<
u8
>)
Implementations on Foreign Types
§
Source
§
impl
Serialise
for &[
u8
]
Source
§
fn
serialise
(&self, v: &mut
Vec
<
u8
>)
Source
§
impl
Serialise
for
i32
Source
§
fn
serialise
(&self, v: &mut
Vec
<
u8
>)
Source
§
impl
Serialise
for
u8
Source
§
fn
serialise
(&self, v: &mut
Vec
<
u8
>)
Source
§
impl
Serialise
for
u16
Source
§
fn
serialise
(&self, v: &mut
Vec
<
u8
>)
Source
§
impl
Serialise
for
u32
Source
§
fn
serialise
(&self, v: &mut
Vec
<
u8
>)
Source
§
impl
Serialise
for
String
Source
§
fn
serialise
(&self, v: &mut
Vec
<
u8
>)
Source
§
impl
Serialise
for
Ipv4Addr
Source
§
fn
serialise
(&self, v: &mut
Vec
<
u8
>)
Source
§
impl<T:
Serialise
>
Serialise
for
Vec
<T>
Source
§
fn
serialise
(&self, v: &mut
Vec
<
u8
>)
Implementors
§
Source
§
impl
Serialise
for
DhcpOptionTypeValue
Source
§
impl
Serialise
for
DhcpOption
Source
§
impl
Serialise
for
DhcpOptions
Source
§
impl
Serialise
for
MessageType