Mark Hammond
Mark Hammond
> Yes, I had expected that it was something like a `&'GC Record` that's interesting - it implies your mental model is that there really is a Rust struct in...
Thanks for the comment so far - I pushed a new commit with the suggestions here.
One key different in this model which I need to call out in the doc is that something needs to opt-in to each target. eg, in the logging world, you...
Ouch - thanks! @konserw, any thoughts?
oops - we did that for a while, but then struck issues after vendoring the change to m-c, so undid it. iow, the docs need updating.
Is that not working, or are you just checking if it should work? I'd think it should, but that's a naive opinion as I've not done that before, partly because...
It sounds interesting and not too intrusive, so I don't see why not!
Can you put up a draft PR to help make it concrete? @bendk understands all this stuff the best by far though, so I'm happy to look but his feedback...
I think you're just missing configuration options - https://mozilla.github.io/uniffi-rs/latest/swift/configuration.html eg, see how [one of the crates in the megazord is configured](https://github.com/mozilla/application-services/blob/main/components/autofill/uniffi.toml).
I missed this part: > But that seems like it would prevent making different "remixes", by using different bundling-Rust packages, for use in different apps? You can specify those options...