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§
- LAST_
WARN_ ERROR_ LOG_ SENDER - The last log event that occurred in the application.
- Zebrad
App - Zebrad Application
Statics§
- APPLICATION
- Application state
Functions§
- boot
- Boot the given application, parsing subcommand and options from command-line arguments, and terminating when complete.
- build_
version - Returns the
zebrad
version for this build, in SemVer 2.0 format. - fatal_
error 🔒 - See https://docs.rs/abscissa_core/latest/src/abscissa_core/application/exit.rs.html#7-10 Print a fatal error message and exit
- release_
version - The Zebra current release version, without any build metadata.
- user_
agent - The User-Agent string provided by the node.
- vergen_
build_ 🔒version - Returns the
zebrad
version from this build, if available fromvergen
.