broker 1.4.1

Real-time Zero-Code API Server
Documentation
1
2
3
4
5
6
7
8
mod lib;
use lib::{broker_run};

#[actix_rt::main]
#[cfg_attr(tarpaulin, skip)]
async fn main() -> std::result::Result<(), std::io::Error> {
    broker_run().await
}