tentacle 0.7.5

Minimal implementation for a multiplexed p2p network framework.
1
2
3
4
5
6
7
vector String <byte>;
vector StringVec <String>;

table ProtocolInfo {
    name: String,
    support_versions: StringVec,
}