Expand description
Re-exports§
pub use utils::WithDir;
Modules§
- cli
- Command-line option parsing.
- consensus
- The consensus component. Provides distributed consensus among the nodes in the network.
- contract_
runtime - Contract Runtime component.
- logging
- Logging via the tracing crate.
- storage
- Central storage component.
- types
- Common types used across multiple components.
- utils
- Various functions that are not limited to a particular module, but are too small to warrant being factored out into standalone crates.
Macros§
- fatal
- Construct a fatal error effect.
- unregister_
metric - Unregisters a metric from the Prometheus registry.
Structs§
- Main
Reactor Config - Root configuration.
- Storage
Config - On-disk storage configuration.
Constants§
- MAX_
THREAD_ COUNT - The maximum thread count which should be spawned by the tokio runtime.