-
Currently, the napi-rs provides a [Ref](crates/napi/src/js_values/value_ref.rs) struct.
The `Ref` requires manual management of the `reference` and `unref` methods.
Therefore, it is expected to …
-
For some reason, `ARGV0` gets overwritten when running commands, which affects several commands in the rust toolchain such as `cargo` and `rustup`.
The same issue can be observed in similar situati…
-
(Spun off from #198 and #177.)
Our Cargo.toml declares us to use the 2021 edition of Rust, which corresponds to 1.56.0. This does not mean we have to support 1.56.0 but it means we won't worry abo…
-
| Details | |
| --- | --- |
| Package | `atty` |
| Version | `0.2.14` |
| Warning | unmaintained |
| URL | https://github.com/softprops/atty/issues/57 |
| Patched Versions | n/a |
The maintainer of…
-
Unstable features (including language, library, tools...) we currently use.
See as well:
- Rust 2024h2 flagship project goal: https://github.com/rust-lang/rust-project-goals/issues/116 ([blog po…
ojeda updated
18 hours ago
-
### Related Issue
https://github.com/nrc/r4cppp/blob/master/closures.md
### Googling Result
https://users.rust-lang.org/t/use-generics-in-closure/86679
### ChatGPT Result
https://chatgpt.com/c/
…
-
Hi,
In #1621, it was mentioned that functionality to create QFunctions from C source through the Rust bindings would be reasonably straightforward to implement. This would allow usage of the JIT ba…
-
### Describe the bug
there are warnings when compiling with the latest rust nightly version 1.85.0:
```
warning: unexpected `cfg` condition name: `frb_expand`
--> rust_lib/src/api/commons/commo…
-
When generating many build files with `cargo-bazel` in `crates_vendor()` rule. We can constantly see errors when running `crates_vendor` as part of pre-commit hook:
```
buildifier: open /.../third…
-
### Test Case
I'm trying to run a Kotlin-produced Wasm module in Rust-embedded Wasmtime. Kotlin requires support for the Wasm GC proposal, which Wasmtime officially has since version 27.0.0. Unfort…