-
It seems like after 1.81 rust requires some (nightly only?) flags to build the wasm code correctly. See https://blog.rust-lang.org/2024/09/24/webassembly-targets-change-in-default-target-features.html
-
Hi,
First many TKS for this beautiful software !
When i try to run :
` hft_backtest/hftbacktest/connector`
Using
`cargo run main binancefutures ./examples/binancefutures.toml`
I got …
-
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…
-
Feature gate: `#![feature(select_unpredictable)]`
This is a tracking issue for `bool::select_unpredictable`, which selects between two values and hints to the optimizer that it should try to generate…
-
## Description
When translating C code with a `const` variable, `c2rust` incorrectly generates a mutable `static mut` variable in Rust. This behavior is inconsistent with the immutability semantics…
-
Hey there!
I just saw this repo and since I'm currently building another [wrapper for MEOS in Rust](https://github.com/MobilityDB/RustMEOS/), I was wondering whether we could maybe collaborate. Do …
-
Original issue: https://github.com/EmbarkStudios/rust-gpu/issues/1075
### Expected Behaviour
This compiles fine with rustc (I guess this bit is probably eliminated?).
### Example & Steps To Rep…
-
Thanks for the awesome crate. A feature request that I think would be a great addition to this API:
The current output format (text lines) work well for simple diffs, but as APIs get bigger/more co…
-
描述:就是标题所说的
这是eva主题下的mut变量及方法
![图片](https://github.com/user-attachments/assets/c349abe5-9e7f-4060-b7bb-d43e9d018c51)
这是默认白主题下的mut变量及方法
![图片](https://github.com/user-attachments/assets/7f085bdd-f920…
-
**rust-analyzer version**: 0.3.2196-standalone
**rustc version**: (eg. output of `rustc -V`)
**editor or extension**: v0.3.2196
**relevant settings**: all unset
**repository link (if public, opt…