jhugman / uniffi-bindgen-react-native

A uniffi bindings generator for calling Rust from react-native
Other
0 stars 0 forks source link

Calling Rust Futures from Javascript #32

Closed jhugman closed 1 month ago

jhugman commented 1 month ago

According to The Big O of Code Reviews, this is a O(n) change.

This PR depends on #30 and #31, even though it may merge cleanly.

It adds the examples/futures fixture from uniffi-rs, and enough code to make it work.

Specifically, it: