a8be70fa7a
* Fixes `cargo::` in build.rs * Fixes overshadowing reexports. * Removes unnecessary `as *const u8`. * Removes unnecessary `.into_iter()`. * cargo clippy |
||
---|---|---|
.. | ||
proto | ||
src | ||
Cargo.toml | ||
README.md | ||
build.rs |
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 proto/*.proto
files.