Module zebrad::application
source · Expand description
Zebrad Abscissa Application
This is the code that starts zebrad
, and launches its tasks and services.
See the crate docs and the start docs for more details.
Structs§
- Zebrad Application
Statics§
- Application state
Functions§
- Boot the given application, parsing subcommand and options from command-line arguments, and terminating when complete.
- Returns the
zebrad
version for this build, in SemVer 2.0 format. - See https://docs.rs/abscissa_core/latest/src/abscissa_core/application/exit.rs.html#7-10 Print a fatal error message and exit
- The Zebra current release version, without any build metadata.
- The User-Agent string provided by the node.
- Returns the
zebrad
version from this build, if available fromvergen
.