solana/storage-proto
Tyera Eulberg c2e7d39154
Add storage-proto build.rs and readme (#18353)
* Use build.rs for storage-proto generation

* Add readme

* Single use statements
2021-07-09 20:06:06 +00:00
..
src Add storage-proto build.rs and readme (#18353) 2021-07-09 20:06:06 +00:00
.gitignore Add storage-proto build.rs and readme (#18353) 2021-07-09 20:06:06 +00:00
Cargo.toml Add storage-proto build.rs and readme (#18353) 2021-07-09 20:06:06 +00:00
README.md Add storage-proto build.rs and readme (#18353) 2021-07-09 20:06:06 +00:00
build.rs Add storage-proto build.rs and readme (#18353) 2021-07-09 20:06:06 +00:00

README.md

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.