Mattie Conover
Mattie Conover
@CAD97 #936 seems relevant. Ran into something similar myself and just ended up writing wrappers.
Our of curiosity, have you tried using multiple bridge modules? It does require a little more config but it would accomplish a similar thing. You can also `pub use ffi::*`...
I have the same issue for valid code in C/C++ 1. Write a function declaration with a reference or pointer and do not name the parameter 2. Something like `void...
Is there anything blocking this PR? My team could use this now. We have a mono-repo setup and it at least seems like there is no way to "just cd...
I wish this would work for us but our rust code actually imports some headers with the cxx create so we're at the extreme end. If I were really dedicated...
Relates to #55
@GerHobbelt I was just looking though things and noticed this PR sitting. Did you want us to review?
I have been talking a bit with @lynn and I think we should keep what we have right now with a few changes: 1. Rename the `I*` types to be...
Another perk to my suggestions is that they are actually very easy to implement and represent a smaller change to how bebop is used by people.
In typescript, the act of checking the discriminator when the type is defined how we are definining it actually tells the compiler what type it is and correctly enforces all...