broker 1.4.1

Real-time Zero-Code API Server
Documentation
1
2
3
4
5
extern crate metadeps;

fn main() {
    metadeps::probe().unwrap();
}