swiftide-docker-executor 0.13.1

A docker executor for swiftide agent tools
Documentation
1
2
3
4
5
6
fn main() {
    tonic_build::configure()
        .build_server(false)
        .compile_protos(&["proto/shell.proto", "proto/loader.proto"], &["proto"])
        .unwrap();
}