-
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…
-
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 …
-
**Describe the bug**
Embed functions like `embed_website` require a generic type `F` to be specified. This type is the type for the callback `adapter`.
However, `adapter` is optional and we can th…
-
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
-
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…
-
**Describe the bug**
I get this error when I use `rust.bindgen()` from within a subproject:
```
subprojects/foo/meson.build:14:17: ERROR: Tried to get unknown builtin option foo:c_args
```
**To…
-
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 …
-
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…
-
## 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…
-
Hi!
A Callbacks object is owned by `Solver.cbs` and has a raw pointer to it passed to the external code.
https://github.com/mmaroti/cadical-rs/blob/ddf3a60a37cef0476bada1f6ebfde0545300a886/src/l…