-
Notifications
You must be signed in to change notification settings - Fork 116
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
Generate types on build #166
Comments
I think |
|
This should be the main way to export bindings, as many projects have tests that can take a long time to run. Context Aleph-Alpha#166
Hi 👋
There is a way to generate types on build, or when wanted, through build.rs please ? Because actually, the only way is to call
cargo test
in build.rs, ans its run every tests, including integration testing. Maybe a `ts_rs::export_types()`` can be useful to call, instead of using tests.Thanks a lot
The text was updated successfully, but these errors were encountered: