summaryrefslogtreecommitdiff
path: root/README
blob: e14b614e7a528b3ac7a09fc08d18bbdab276251f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This app will autogenerate Sort() and Marshal() functions for .proto files

# It was designed to work on .proto files designed with a .proto standard

* This will generate:
* Marshal() functions (to protoWIRE, protoTEXT and protoJSON)
* SortBy() functions
* FindBy() functions
* DeleteBy() functions
* AppendBy() functions

# See the examples/ for a sample fruit.proto file that documents what is needed