2c842e9932
* client/Cargo.toml * udp-client/Cargo.toml * tpu-client/Cargo.toml * thin-client/Cargo.toml * storage-proto/Cargo.toml * quic-client/Cargo.toml * dos/Cargo.toml * entry/Cargo.toml * perf/Cargo.toml * program-runtime/Cargo.toml * program-test/Cargo.toml * programs/address-lookup-table/Cargo.toml * programs/loader-v3/Cargo.toml * connection-cache/Cargo.toml * programs/sbf/rust/big_mod_exp/Cargo.toml * programs/zk-token-proof-tests/Cargo.toml |
||
---|---|---|
.. | ||
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.