-
I'm looking to use cargo-edit in some internal automation tooling to bump versions, cut releases, etc. For that kind of workflow, a `cargo install` is a bit more awkward than it is when installing a t…
-
Hi!
Recently I did many Profile-Guided Optimization (PGO) benchmarks on multiple projects - the results are available [here](https://github.com/zamazan4ik/awesome-pgo). Here you can find different …
-
Following the tutorial, I did:
```sh
$ pip install pyoxidizer
$ pyoxidizer init-config-file .
$ pyoxidizer run
```
Sadly, instead of a REPL, I get:
```
libpythonXY created
building …
-
I'm attempting to use Russimp 2.0.6 with the prebuilt feature, however it's currently not compiling using msvc. I get the following compile error:
> Compiling russimp v2.0.6
error[E0277]: the tra…
-
> ~/.cargo/bin/flutter_rust_bridge_codegen --rust-input ./src/flutter_ffi.rs --dart-output ./flutter/lib/generated_bridge.dart
2023/07/02 20:13:18 [WARN] Skipping unresolvable module inline (tried …
-
Hi!
I just read your [article](https://www.reddit.com/r/rust/comments/1cidm5o/a_21565x_performance_improvement_in_linting/) about optimizing the `graphql-lint` performance. Since I tested one speci…
-
I am currently migrating a project from using [cargo-apk](https://github.com/rust-windowing/android-ndk-rs/tree/master/cargo-apk) to a Gradle project, using `rust-android-gradle`.
The problem is th…
-
We want to use the `-Zbuild-std` cargo flag to rebuild the standard library sanitized. This practice is requiredy by various sanitizers to work properly, for instance ThreadSanitizer and MemorySanitiz…
-
> Task :app:buildCargoNdkDebug
[2023-06-10T15:04:30Z INFO cargo_ndk::cli] Using NDK at path: /home/denik/Android/Sdk/ndk/25.2.9519653 (ANDROID_NDK_HOME)
[2023-06-10T15:04:30Z INFO cargo_ndk::cli] …
-
My company only provides Intranet proxies to get pub libraries and cannot access github. cargo code gets signatures and other related resources over the network at compile time. Is it possible to prov…