-
-
- [x] https://doc.rust-lang.org/book/ch01-00-getting-started.html
```sh
› curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
```
```sh
› cargo new hello_cargo
Creating binary (ap…
-
The "bottom" element of a Lattice is the identity element of the "join" operation.
The "top" element of a Lattice is the identity element of the "meet" operation.
But when using the `#[derive(Disj…
-
In [this comment](https://github.com/mpiannucci/gribberish/issues/41#issuecomment-2405209996) @mpiannucci said:
> I... was going to codegen [a Rust implementation of the GRIB code tables] but never…
-
I'm currently in process of rewriting `tuksker` in Rust.
## Why?
1. I love writing Rust code.
2. I would prefer if I could just call a statically linked binary instead of having to bring an ent…
-
This issue tracks the release notes text for #132562.
### Steps
- [x] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review …
-
#### Feature
loongarch64 is a cpu architecture. Right now Rust has loongarch64-unknown-linux-gnu and loongarch64-unknown-linux-musl targets thanks to LLVM. I wonder if its support is even planned i…
-
-
I [test-rust workflowen ](https://github.com/Informasjonsforvaltning/workflows/blob/main/.github/workflows/test-rust.yaml) setter vi hhv `cargo_rustflags` og `cargo_rustdocflags` til:
`"-Zprofile -Cc…
-
Hi, thanks for these useful templates!
Unfortunately, the rust one can face the `error: linking with `cc` failed: exit status: 1` error on Mac M1...
It worked perfectly, until I run `cargo add s…