Bastian Gruber
Bastian Gruber
After reading the blog post and the reasoning behind it, makes sense to me! I don't think we were limited by the template engine, but it's also not too bad...
Updated the PR, needs some review again. I am not quite sure how we directly map Rust types to the foreign type bindings. Like: https://github.com/mozilla/uniffi-rs/pull/2176/files#diff-522f0ef157bc0a32453bafd790a9058a35cbb8a721df58a9b51b1ec6b74db5caR543-R554 I think both an `enum`...
> I'm currently thinking that the best place to do the renames is in the code oracles themselves, but I'm not totally sure. What do you think about that? I...
Closing this, since this PR makes this work a lot easier: https://github.com/mozilla/uniffi-rs/pull/2191
I think `ohttp` is not building `0.7.1` at the moment due to: https://github.com/martinthomson/ohttp/issues/85 A workaround: ``` [patch.crates-io] generic-array = "=0.14.7" ``` I tested the latest `main` from the `ohttp` crate...
I opened up a "Strings only" PR: https://github.com/mozilla-mobile/firefox-ios/pull/31198 @freshstrangemusic @adudenamedruby