Nebojsa Sabovic
Nebojsa Sabovic
I'm having the exact same problem. A build script for OpenCV uses libclang, which on macOS lives where ever you installed Xcode. So the chain of opencv build.rs -> clang...
Here's the workaround that I'm using to register a service right now. Since `BonjourMdnsService` and `BonjourEventLoop` are not marked as `Send`, they can't even be used across awaits so I...
I'd disagree on requiring a bound in a trait which is not used in a trait. Basically you're trading typing a few characters for legibility and not being able to...
Related to #663?
I've updated #11 so that it generates the same cargo output as the current implementation so it passes all the tests. It also reads library versions, if I understood you...
I for one would love that as it would enable quite a bit of use cases for non-copyable types. 👍
I agree. I read the code some more and wrote a new implementation. I took the liberty of doing a forced push and since I rewrote the implementation completely so...
In my company we've been developing embedded code for about 5 years for arm64, arm, amd64 and RISC V running macOS, Linux, Windows, WASM and bare metal so I feel...
> 2\. Being able to run `cargo check --workspace` without having to exclude a lot of targets Thank you for taking the time to write this thoughtful explanation, I find...