Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 181 Bytes

File metadata and controls

6 lines (4 loc) · 181 Bytes

hackycodegen

Hacky code generator

Run protoc -o hello_world.binaryproto hello_world.proto to generate the description proto (can probably be in a build.rs file)

Run "cargo run"