For all devs using the Python, Kotlin or Swift rust-nostr libraries: I've published an alpha version of nostr-sdk with async/future support. Please give it a try and give me a feedback.
All rust-nostr libraries (except for protocol implementation) are async so make sense to convert bindings to async instead of keeping them blocking, but I don't know how common async programming is in those langs.
The alpha versions are:
* Python: 0.13.0a1.dev0
* Kotlin: 0.13.0-alpha.1
* Swift: 0.13.0-alpha.1
Here you can find some async python examples: https://github.com/rust-nostr/nostr/tree/async-ffi/bindings%2Fnostr-sdk-ffi%2Fbindings-python%2Fexamples
@Don't Believe The Vibe ๐ฑ๐๐ @Dustin Dannenhauer @dluvian @Daniel Cadenas
#rustnostr
GitHub
Async/Future support for FFI by yukibtc ยท Pull Request #379 ยท rust-nostr/nostr
Add async/future support to nostr-sdk-ffi (Python, Kotlin and Swift langs).
Closes #291