Docs.rs
ethportal-api-0.2.1
ethportal-api 0.2.1
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
carver
ogenev
njgheorghita
mrferris
KolbyML
morph-dev
Dependencies
anyhow ^1.0.68
normal
base64 ^0.13.0
normal
bytes ^1.3.0
normal
clap ^4.2.1
normal
discv5 ^0.3.1
normal
eth2_ssz ^0.4.0
normal
eth2_ssz_derive ^0.3.0
normal
eth2_ssz_types ^0.2.1
normal
eth_trie ^0.1.0
normal
ethereum-types ^0.12.1
normal
ethnum ^1.3.2
normal
hex ^0.4.3
normal
jsonrpsee ^0.20.0
normal
keccak-hash ^0.8.0
normal
lazy_static ^1.4.0
normal
nanotemplate ^0.3.0
normal
quickcheck ^1.0.3
normal
rand ^0.8.5
normal
rlp ^0.5.0
normal
rlp-derive ^0.1.0
normal
serde ^1.0.150
normal
serde_json ^1.0.89
normal
serde_yaml ^0.9.17
normal
sha2 ^0.10.1
normal
sha3 ^0.9.1
normal
snap ^1.1.0
normal
stremio-serde-hex ^0.1.0
normal
superstruct ^0.7.0
normal
thiserror ^1.0.40
normal
tokio ^1.14.0
normal
tree_hash ^0.4.0
normal
tree_hash_derive ^0.4.0
normal
ureq ^2.5.0
normal
url ^2.3.1
normal
validator ^0.13.0
normal
env_logger ^0.9.0
dev
quickcheck ^1.0.3
dev
rstest ^0.16.0
dev
test-log ^0.2.11
dev
tracing ^0.1.36
dev
tracing-subscriber ^0.3.15
dev
Versions
23.41%
of the crate is documented
Go to latest version
Platform
i686-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
?
1
2
3
use
ssz_types::{typenum, VariableList};
pub type
ByteList = VariableList<u8, typenum::U2048>;