1 2 3 4 5 6 7 8
//! Main entry point for Zebrad, to be used in zebra-scan tests use zebrad::application::{boot, APPLICATION}; /// Process entry point for `zebrad` fn main() { boot(&APPLICATION); }