Mattie Conover
Mattie Conover
Spent about 2 days trying to debug an issue with linking to OpenGL which is being called from C++ code connected via cxx and a couple other system libraries. This...
It would be nice to have binding support for `std::pair`. Either as `cxx::Pair` or just using rust's built in tuples. Related to #142
Currently vectors of u8 data are generating `SliceWrapper
# Goals 1. Minimize boilerplate - Calling across RPC should be almost the same as calling local functions - If something will always be the same for every implementation, we...
**Is your feature request related to a problem? Please describe.** Sometimes we want to serialize into a `Write` or `AsyncWrite` type and to do so without allocating a buffer to...
**Describe the bug** Okay, this might technically be a feature, but it was undocumented and so I spent a good bit of time assuming my code was wrong only to...
With a 1-thread Tokio multi-thread runtime in a VM thread on a 3950x (each number is round-trip on its own, so send means sending only and getting back an ack,...
Wanted some thoughts on this before I go through and fix up tests and the like. Currently tests are not passing; as this PR does change the behavior, I do...
I am a native rust coder so take this with a grain of salt: My understanding is that when you are creating a library it is best practice to define...
Currently if you use willitconnect for *url:* `path.exmaple.com` *port:* `443` you also need to manually specify the proxy (which is good), however, it automatically uses the proxy if you specify...