Docs.rs
lumina-node-wasm-0.12.0
lumina-node-wasm 0.12.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
eiger-releases
Dependencies
anyhow ^1.0.40
normal
blockstore ^0.8
normal
celestia-grpc ^0.9.0
normal
celestia-types ^0.17.0
normal
console_error_panic_hook ^0.1.7
normal
enum-as-inner ^0.6
normal
futures ^0.3.30
normal
gloo-timers ^0.3
normal
instant ^0.1
normal
js-sys ^0.3.77
normal
libp2p ^0.56
normal
lumina-node ^0.17.0
normal
lumina-utils ^0.5.0
normal
send_wrapper ^0.6
normal
serde ^1.0.194
normal
serde-wasm-bindgen ^0.6
normal
serde_json ^1.0.142
normal
serde_repr ^0.1.17
normal
tendermint ^0.40.3
normal
thiserror ^2.0.3
normal
time ^0.3.35
normal
tokio ^1.42
normal
tokio-stream ^0.1.16
normal
tokio-util ^0.7.1
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.15
normal
tracing-web ^0.1
normal
wasm-bindgen ^0.2.100
normal
wasm-bindgen-futures ^0.4.43
normal
web-sys ^0.3.70
normal
celestia-rpc ^0.15.0
dev
rexie ^0.6
dev
wasm-bindgen-test ^0.3
dev
Versions
100%
of the crate is documented
Platform
wasm32-unknown-unknown
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
Module error
lumina_
node_
wasm
0.12.0
Module error
Module Items
Structs
Traits
Type Aliases
In crate lumina_
node_
wasm
lumina_node_wasm
Module
error
Copy item path
Source
Expand description
Error type and utilities.
Structs
§
Error
An error that can cross the WASM ABI border.
Traits
§
Context
Utility to add more context to the
Error
.
Type Aliases
§
Result
Alias for a
Result
with the error type
Error
.