We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want use it in java project. how to binding it to java?
The text was updated successfully, but these errors were encountered:
Cross language interop is a non-goal for this repository, as written in the readme: https://github.com/n0-computer/quic-rpc?tab=readme-ov-file#non-goals
If you still want to try to make it work, you could try wrapping this crate with uniffi. With it, you can get kotlin bindings for this rust library.
uniffi
Sorry, something went wrong.
OK, thanks.
I wonder, has it sorted out the corresponding API yet? So I can try to do binding it to other language.
No branches or pull requests
I want use it in java project.
how to binding it to java?
The text was updated successfully, but these errors were encountered: