-
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 …
-
I wrote a plugin `spin terminal` (https://github.com/rajatjindal/spin-plugin-terminal) based on [dagger](https://dagger.io), which provides a container shell with the required toolchains.
As i play…
-
| Details | |
| --- | --- |
| Package | `atty` |
| Version | `0.2.14` |
| Warning | unmaintained |
| URL | https://github.com/softprops/atty/issues/57 |
| Patched Versions | n/a |
The maintainer of…
-
| Metadata | |
| -------- | --- |
| Owner(s) | @nikomatsakis, @joshtriplett |
| Team(s) | [compiler](http://github.com/rust-lang/compiler-team), [lang](http://github.com/rust-lang…
-
I would like to use the same exact `rustc` and pass it to [crate2nix](https://github.com/nix-community/crate2nix).
I ran `nix flake init --template github:cachix/devenv#flake-parts` and then added …
-
(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…
-
### 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…
-
### 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/
…
-
### 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…
-
Rust playground: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=051766b3584e787d3abab1d2f18424bb
The following code:
```rust
'r#if: {
break 'r#if;
}
```
when run through…