chinedufn / swift-bridge

swift-bridge facilitates Rust and Swift interop.
https://chinedufn.github.io/swift-bridge
Apache License 2.0
842 stars 62 forks source link

Support Result<Option<>, ...> #219

Open jfaust opened 1 year ago

jfaust commented 1 year ago

I'm not sure if this is a regression like #217, but it fails in the same place in to_alpha_numeric_underscore_name(). I tried to fix it while I was working on #218, but it turned out to be not as easy a fix.