repi
repi
but the code that is not a crate, must surely be used by a crate? like a `-sys` crate. so one could override the license of that crate and add...
I will let @Jake-Shadle make the call still as he is the maintainer and code owner, but is currently out on vacation and should not be replying here :) but...
Would indeed be cleaner with separate crates for them I think, features don't work that well for mutually exclusive stuff. One could have a deep transitive dependency that brings in...
Looks like grpc-rust is still essentially singlethreaded and processing 1 message/event at a time regardless of how many threads one creates with `server.http.set_cpu_pool_threads`, is that still the case or am...
Thanks for confirming @stepancheg . I did some more investigation and the server event processing is indeed running in parallel, great! Did some more testing in our (early) scenario and...
Just tested the [FOSSA support for Rust](https://docs.fossa.com/docs/rust) on one of our open source projects that I imported and it seemed to work fine and analysed the Cargo dependencies. But would...
Don't think we've seen this since #87 was merged in, so closing
think the most important would be to have a way to opt out of tricky situations, like you may want to have a text string that has typos in it...
That is an interesting idea and some base work here is done for as we do generate a C ABI to talk between the Rust and C++ code. But would...
Assume PhysX does support overriding their allocator also? Could be quite nice to support overriding it and connect it to the Rust global memory allocator (or rather: A Rust memory...