-
Notifications
You must be signed in to change notification settings - Fork 8
Add CLI for generating IDL from Rust programs #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…including its source, documentation, tests, and workspace integration.
lorisleiva
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for working on this. I've made a few small comments. Let me know what you think. 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Just a small comment and LGTM.
Also do you mind adding codama-cli to the inputs.crate.options list in the .github/workflows/publish.yml workflow? I believe that's the crate registered everywhere after that.
EDIT: Ah and a quick lint fix.
…ommands to codama-rs
|
Thanks again for this! 🍺 |
The problem #70
This adds
codama-rs- a CLI tool that wraps the existingCodama::load()API to generate Codama IDL from Rustprograms: