Add storage-proto build.rs and readme (#18353)

* Use build.rs for storage-proto generation

* Add readme

* Single use statements
This commit is contained in:
Tyera Eulberg
2021-07-09 14:06:06 -06:00
committed by GitHub
parent e9ace3a0d5
commit c2e7d39154
17 changed files with 161 additions and 736 deletions

5
storage-proto/README.md Normal file
View File

@@ -0,0 +1,5 @@
# Storage Protobufs
The `solana-storage-proto` structs used in `src/convert.rs` and elsewhere are
auto-generated from protobuf definitions on build. To update these structs,
simply make the desired edits to `src/*.proto` files.