Alphapage

Results 13 comments of Alphapage

As far as I tried, it seems to only happen when using ``` #[derive(uniffi::Error, Debug)] pub enum MyError {} ``` So you can use multiple libraries, but all errors must...

Sorry, but I don't have a repo to share. The only thing I can tell is as soon as I removed all `#[derive(uniffi::Error, Debug)]` from my dependent library and put...

Nice work around to solve the problem +1 Maybe if it is the correct behaviour, hello_world example should be updated quickly I think. Thank you very much @ErichDonGubler