exocore 0.1.7

Distributed applications framework
Documentation
1
2
3
4
5
6
7
syntax = "proto3";

package exocore.example_app;

message Task {
    string name = 1;
}