You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I can't manage to generate the protobuf Rust structs and types from the akash-api repo.
Describe the solution you'd like
As a fast solution, having a script that generates the Rust code from the *.proto definitions would already be ok.
As a long-term solution, the best would be having the generated Rust code stored in this repo and published as a crate.
Describe alternatives you've considered
I've tried generating the code myself using protoc with the protoc-gen-rust plugin, but I get errors like:
proto/node/akash/audit/v1beta1/audit.proto:4:8:read gogoproto/gogo.proto: file does not exist
To temporarily solve this problem, I'm writing the Rust code manually, translating the types from the *.proto files in the akash-api repo. However, this work is huge and I'd really like to have an automated solution!
Search
I did search for other open and closed issues before opening this
Code of Conduct
I agree to follow this project's Code of Conduct
Additional context
The application I'm working is based on Rust and from this application, I want to interact with Akash. For this reason, I'd like to have the generated protobuf code.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I can't manage to generate the protobuf Rust structs and types from the akash-api repo.
Describe the solution you'd like
As a fast solution, having a script that generates the Rust code from the
*.proto
definitions would already be ok.As a long-term solution, the best would be having the generated Rust code stored in this repo and published as a crate.
Describe alternatives you've considered
I've tried generating the code myself using
protoc
with theprotoc-gen-rust
plugin, but I get errors like:To temporarily solve this problem, I'm writing the Rust code manually, translating the types from the
*.proto
files in the akash-api repo. However, this work is huge and I'd really like to have an automated solution!Search
Code of Conduct
Additional context
The application I'm working is based on Rust and from this application, I want to interact with Akash. For this reason, I'd like to have the generated protobuf code.
The text was updated successfully, but these errors were encountered: