Docs.rs
open-fastrlp-0.1.4
open-fastrlp 0.1.4
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
gakonst
Dependencies
arrayvec ^0.7
normal
auto_impl ^1
normal
bytes ^1
normal
ethereum-types ^0.14
normal
ethnum ^1
normal
open-fastrlp-derive ^0.1
normal
criterion ^0.4.0
dev
hex-literal ^0.3
dev
Versions
50%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Encodable
Required Methods
encode
Provided Methods
length
Implementations on Foreign Types
&'a T
&'a [u8]
Bytes
BytesMut
[u8; LEN]
bool
u128
u16
u32
u64
u8
usize
Implementors
In open_fastrlp
?
Trait
open_fastrlp
::
Encodable
source
·
[
−
]
pub trait Encodable { fn
encode
(&self, out: &mut dyn
BufMut
); fn
length
(&self) ->
usize
{ ... } }
Required Methods
source
fn
encode
(&self, out: &mut dyn
BufMut
)
Provided Methods
source
fn
length
(&self) ->
usize
Implementations on Foreign Types
source
impl<'a, T: 'a +
Encodable
+ ?
Sized
>
Encodable
for
&'a
T
source
fn
encode
(&self, out: &mut dyn
BufMut
)
source
fn
length
(&self) ->
usize
source
impl<'a>
Encodable
for &'a [
u8
]
source
fn
length
(&self) ->
usize
source
fn
encode
(&self, out: &mut dyn
BufMut
)
source
impl<const LEN:
usize
>
Encodable
for [
u8
;
LEN
]
source
fn
length
(&self) ->
usize
source
fn
encode
(&self, out: &mut dyn
BufMut
)
source
impl
Encodable
for
usize
source
fn
length
(&self) ->
usize
source
fn
encode
(&self, out: &mut dyn
BufMut
)
source
impl
Encodable
for
u8
source
fn
length
(&self) ->
usize
source
fn
encode
(&self, out: &mut dyn
BufMut
)
source
impl
Encodable
for
u16
source
fn
length
(&self) ->
usize
source
fn
encode
(&self, out: &mut dyn
BufMut
)
source
impl
Encodable
for
u32
source
fn
length
(&self) ->
usize
source
fn
encode
(&self, out: &mut dyn
BufMut
)
source
impl
Encodable
for
u64
source
fn
length
(&self) ->
usize
source
fn
encode
(&self, out: &mut dyn
BufMut
)
source
impl
Encodable
for
u128
source
fn
length
(&self) ->
usize
source
fn
encode
(&self, out: &mut dyn
BufMut
)
source
impl
Encodable
for
bool
source
fn
length
(&self) ->
usize
source
fn
encode
(&self, out: &mut dyn
BufMut
)
source
impl
Encodable
for
Bytes
source
fn
length
(&self) ->
usize
source
fn
encode
(&self, out: &mut dyn
BufMut
)
source
impl
Encodable
for
BytesMut
source
fn
length
(&self) ->
usize
source
fn
encode
(&self, out: &mut dyn
BufMut
)
Implementors