Open source Nest implementation
use nidobyte;

#[rocket::launch]
fn launch() -> _ {
    nidobyte::rocket()
}