ratchjob 0.1.3

一个rust实现的分布式任务调度平台服务。计划完全兼容xxl-job协议,然后再增强一些任务调度平台能力。
Documentation
1
2
3
4
5
6
7
8
fn main() {
    /*
    tonic_build::configure()
        .out_dir("proto")
        .compile_protos(&["proto/ratch_grpc_service.proto"],&["proto"])
        .unwrap();
     */
}