-
### What should we add?
The recently added `SparseObservable` class was added as a Rust native object in #12671 . To facilitate different use cases for generating and interacting with this new struct…
-
We will need to repeatedly run the generator to keep the protos up to date. The generator should gain some subcommands so we can run things like:
- [x] Generate a library and save the command-line…
-
**Description:**
Hi,
I rather enjoy the convenience and portability of setup-go. Can we please get a similar action workflow for rust ("setup-rust")?
**Justification:**
Present the s…
-
### Feature Description
I want to save time setting up the development environment of mixxx and also keep my system clean not installing compilers and libraries to my PC
The devcontainer specifica…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Context:
- I have a multi-crate repo with some crates utilising rustc_private.
- Crates that…
-
Tracking support for native TLS certificate verification in Rust.
-
### Product Name
Rust
### Product Link
https://www.rust-lang.org/
### Other information
Also refer to https://rustacean.net/ for the mascot
### The following is required to submit this issue
- …
-
i'm just curious, if someone already has started to develop support for the rust language for iodide?
for jupyter there is [evcxr](https://github.com/google/evcxr) available to evaluate little rust…
-
I'd like to run Rust in code steps, like I can for Node, Go, Python, etc.
-
Rust specific language support building on issue #13.
The goal is to detect variable name changes of the following form:
```
let a : i32;
let a = 0;
let a : i32 = 0;
if let Some(var) = foo() {
}
whi…