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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This is currently fiddly because it isn't as simple as JS SDK. Notably:
// #cgo LDFLAGS: -lmatrix_sdk_ffi
import
RustBufferI
We may need to fix these issue in uniffi-bindgen-go first before we can write a script to test a specific rust SDK SHA.
The text was updated successfully, but these errors were encountered:
kegsay
Successfully merging a pull request may close this issue.
This is currently fiddly because it isn't as simple as JS SDK. Notably:
// #cgo LDFLAGS: -lmatrix_sdk_ffi
added (trivial in a script to do)import
lines to be patched up (also trivial)RustBufferI
(also hard to automate) Multiple crates sharing RustBufferI doesn't compile NordSecurity/uniffi-bindgen-go#43We may need to fix these issue in uniffi-bindgen-go first before we can write a script to test a specific rust SDK SHA.
The text was updated successfully, but these errors were encountered: