docs.rs failed to build solana-bigtable-geyser-models-1.10.31
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
solana-bigtable-geyser-models-1.10.5
solana-bigtable-storage-models
This crate defines the object models stored in the bigtable via the Geyser plugin. It can be used for both the writing side and the reading side. The models are defined under proto. After building, it will generate the Rust object models.
To use the models, do the 'use' statement like the following,
use solana_bigtable_geyser_models::models::accounts;