-
We do permit having more than one copy of the Rust runtime inside a binary, and AFAIK we also permit "Rust" ABI function calls between code using different runtimes, as long as they were built with th…
-
### Describe the bug
When using the `tauri_plugin_log` plugin with the Webview target as such
```
.plugin(
tauri_plugin_log::Builder::new()
.targets([Target::n…
-
Should `rustfmt` be enforced in the rust projects? Personally I am a fan, and it is well integrated in `cargo` and IDEs, and it's widely used.
[Validating it in CI](https://github.com/rust-lang/rus…
-
Since this is already brought up in https://github.com/rust-lang/miri/issues/3470#issuecomment-2460600407, I will just open a new issue for this.
To resolve the FIXME here, https://github.com/rust-l…
-
```
~/development/subtensor$ cargo audit --version
cargo-audit-audit 0.21.0
~/development/subtensor$ cargo audit
Fetching advisory database from `https://github.com/RustSec/advisory-…
-
### Description
The current code follows rust 2018 edition.
In migrating to the latest, we can have some performance improvement.
-
I want to use pg_later to [create pgvector index](https://github.com/pgvector/pgvector/?tab=readme-ov-file#hnsw) as an async job. But it looks like `sqlparser-rs` can not parse the SQL.
```
postgr…
-
I have tried multiple ways of trying to login greeting message from tauri on the rust side, but nothing works. So the app is compiling, however no logs, I see greeting message in the android emulator,…
-
Hey so I'm interested in adding rust support. I think I've got a rough idea as to how this might be doable. But I'd love to get some feedback from someone a little more knowledgeable on introspector b…
-
I wanted to open this issue as a central place for discussing the removal/supplementing of the openssl dependency. As far as I understand, this is desired, see https://github.com/algesten/str0m/issues…