zellij-utils 0.44.1

A utility library for Zellij client and server
Documentation
1
2
3
4
5
6
7
8
9
syntax = "proto3";

package api.message;

message Message {
  string name = 1;
  string payload = 2;
  optional string worker_name = 3;
}