Docs.rs
alloy-rlp-0.3.9
alloy-rlp 0.3.9
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
gakonst
github:alloy-rs:core
Dependencies
alloy-rlp-derive ^0.3.9
normal
optional
arrayvec ^0.7
normal
optional
bytes ^1.4
normal
const-hex ^1
dev
hex-literal ^0.4
dev
Versions
100%
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
alloy_
rlp
0.3.9
alloy_rlp
Constant
EMPTY_LIST_CODE
Copy item path
source
pub const EMPTY_LIST_CODE:
u8
= 0xC0;
Expand description
RLP prefix byte for a 0-length array.