jhugman / uniffi-bindgen-react-native

A uniffi bindings generator for calling Rust from react-native
https://jhugman.github.io/uniffi-bindgen-react-native/
Other
52 stars 6 forks source link

Better error stack traces for async calls #85

Closed jhugman closed 2 months ago

jhugman commented 2 months ago

Potentially fixes #79.

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

jhugman commented 2 months ago

I've updated this and merged it with another PR: it's now keyed off a logLevel set in uniffi.toml. I'm hoping to be able to switch that on a command line switch later.