-
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…
-
This is a tracking issue for changing the indentation level used in formatting assignment/op expressions where the left hand side expression has to be formatted across multiple lines, with the style/f…
-
See https://github.com/NVIDIA/CUDALibrarySamples/tree/master/nvCOMP and https://github.com/rapidsai/kvikio/tree/branch-25.02/python/kvikio and https://github.com/NVIDIA/nvcomp?tab=readme-ov-file
Py…
-
Minimal repro that fails to compile:
```rust
use spirv_std::spirv;
#[spirv(fragment)]
pub fn main() {
let x = [[1; 2]; 1];
}
```
Bisects to https://github.com/Rust-GPU/rust-gpu/commi…
-
**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…
-
We need an efficient memory map to [be able to manage malloc and mmap effectively](https://github.com/Lind-Project/lind-wasm/issues/4). It seems like a good start would be to port [NaCl's memory map](…
-
Consider this:
https://github.com/googleapis/google-cloud-rust/blob/2c05b4823fbcf6364820907e2709a1502a39f89d/src/gax/src/error/rpc/generated/mod.rs#L199-L200
Rustdoc treats `` and `` as HTML tag…
-
Adding tokenizers-cpp to our project made the binary size go up from a (stripped) baseline of 1.8MB to 8.4MB in a release build on Linux x86_64. This was just with the stable rust toolchain and all de…
-
描述:就是标题所说的
这是eva主题下的mut变量及方法
![图片](https://github.com/user-attachments/assets/c349abe5-9e7f-4060-b7bb-d43e9d018c51)
这是默认白主题下的mut变量及方法
![图片](https://github.com/user-attachments/assets/7f085bdd-f920…
-
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…