# Substreams Starknet Rust library for Starknet [substreams](https://substreams.streamingfast.io/) development. ## Regenerate Protobuf Rust code Whenever the [Protobuf types definition](./proto/zklend.starknet.type.v1.proto) changes, run the following command to update the generated Rust code: ```console cargo codegen ``` ## License Licensed under either of - Apache License, Version 2.0 ([LICENSE-APACHE](./LICENSE-APACHE) or ) - MIT license ([LICENSE-MIT](./LICENSE-MIT) or ) at your option.