use fibra::*; #[tokio::main] async fn main() -> FibraResult<()> { // simple http server todo!() }