-
Distributing cargo-ament-build as a crate is fine, but makes it more difficult for the colcon extensions to be properly package since they require `cargo-ament-build`, but we can't specify that depend…
-
[Based off of discussion in zulip](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/Prebuilt.20tsan.20artifacts.3F)
Rust currently has unstable support for sanitizers (#39699)…
-
I'm trying to use the `tflite` crate on Android and iOS, but have been having issues getting it to compile. For some reason it doesn't look like `bindgen` can find the C++ STL when it tries to generat…
-
Completely rewriting this issue because the original problem was dumb (just didn't have Rust installed -- though there were two issues there: the installer didn't put pyoxidizer on user or system path…
-
I downloaded the release 0.1.4 then tried to run it but an error happened
![error](https://user-images.githubusercontent.com/24582063/140693029-45173743-582f-48ff-b1e6-02fc045306e1.png)
I'm not qu…
-
Actually, If I try to build the latest `listenfd` for Android ARMv7a (`armv7-linux-androideabi`) then I get the following error.
```sh
Compiling listenfd v1.0.1
Running `rustc --crate-nam…
-
We can use https://crates.io/crates/cargo-dist-schema to parse it.
Finding that file still requires us to autodiscover the tag, but if we do find it, we can have a much more efficient discovery.
-
```
error: failed to compile `tab v0.5.7`
Caused by:
failed to select a version for the requirement `zeroize = "^0.9.3"`
candidate versions found which didn't match: 1.6.0, 1.5.7, 1.5.6, ...…
-
Hi!
As was explained [here](https://github.com/starkware-libs/cairo/issues/6471#issuecomment-2402140503) (thanks a lot for the explanation btw!), I decided to test the Profile-Guided Optimization (…
-
When making prebuilt binaries you "need" to decide how old of a system you're willing to support. i.e. if you want to rely on APIs introduced in windows 10, your binary won't necessarily work on windo…