How do you generate rust client code from a smithy IDL file? #2642
-
Is there any sample code that shows how to generate rust generated code starting with a .smithy IDL file? |
Beta Was this translation helpful? Give feedback.
Answered by
ysaito1001
Apr 27, 2023
Replies: 1 comment
-
Hi @catshow, thank you for posting a question. You can refer to the pokemon-service example. In the
it will generate a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Velfi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @catshow, thank you for posting a question. You can refer to the pokemon-service example.
In the
smithy-rs/examples
directory, if you runit will generate a
pokemon-service-client
crate, which is a Rust client for the service defined by the model.