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:
5
storage-proto/README.md
Normal file
5
storage-proto/README.md
Normal 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.
|
Reference in New Issue
Block a user