Docs.rs
lumina-node-0.2.0
lumina-node 0.2.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
eiger-releases
Dependencies
async-trait ^0.1.73
normal
beetswap ^0.1
normal
celestia-proto ^0.2.0
normal
celestia-tendermint-proto ^0.32.1
normal
celestia-types ^0.2.0
normal
cid ^0.11.0
normal
dashmap ^5.5.3
normal
futures ^0.3.28
normal
hex ^0.4.3
normal
instant ^0.1.12
normal
libp2p ^0.53.2
normal
prost ^0.12.0
normal
rand ^0.8.5
normal
serde ^1.0.164
normal
smallvec ^1.11.1
normal
thiserror ^1.0.48
normal
tokio ^1.32.0
normal
tokio-util ^0.7.9
normal
tracing ^0.1.37
normal
bytes ^1.4.0
dev
celestia-rpc ^0.2.0
dev
celestia-types ^0.2.0
dev
dotenvy ^0.15.7
dev
rstest ^0.18.2
dev
serde_json ^1.0.107
dev
tempfile ^3.9.0
dev
backoff ^0.4.0
normal
blockstore ^0.5
normal
libp2p ^0.53.2
normal
redb ^2
normal
tokio ^1.32.0
normal
backoff ^0.4.0
normal
beetswap ^0.1
normal
blockstore ^0.5
normal
celestia-types ^0.2.0
normal
getrandom ^0.2.10
normal
gloo-timers ^0.3.0
normal
libp2p ^0.53.2
normal
pin-project ^1.1.3
normal
rexie ^0.5.0
normal
send_wrapper ^0.6.0
normal
serde-wasm-bindgen ^0.6.0
normal
wasm-bindgen ^0.2.88
normal
wasm-bindgen-futures ^0.4.37
normal
function_name ^0.3.0
dev
wasm-bindgen-test ^0.3
dev
Versions
100%
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
lumina_node
0.2.0
Module node
Structs
Enums
In crate lumina_node
?
Settings
Module
lumina_node
::
node
Copy item path
source
·
[
−
]
Expand description
High-level integration of
P2p
,
Store
,
Syncer
.
Structs
§
Node
Celestia node.
NodeConfig
Node conifguration.
Enums
§
NodeError
Representation of all the errors that can occur when interacting with the
Node
.