-
Notifications
You must be signed in to change notification settings - Fork 451
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
Hurl parser rust #516
Hurl parser rust #516
Conversation
- Need to implement models - Converting model from json
@ashitaprasad I tried this as a POC and its working we are getting a nice json from the parser and I think we can go with this. If you could have a look. and yes the for flutter tests you might need to build the rust project cd rust
cargo build --release |
@WrathOP is this draft ready to review? |
No It's not just wanted to ask if you are fine with the approach so that I can make the models. |
5a3deea
to
ab01f2a
Compare
@WrathOP kindly rename the package from |
@WrathOP Provide a proper writeup detailing:
|
Closing comments in #553 |
Need documentation
PR Description
hurl parser rust initial working using flutter_rust_bridge library
Most of the files are autogenerated.
Related Issues
Checklist
main
branch before making this PRflutter upgrade
and verify)flutter test
) and all tests are passingAdded/updated tests?
We encourage you to add relevant test cases.
OS on which you have developed and tested the feature?