-
### Describe your use case
This will mainly focus on the `no_alloc` usecase!
In the embedded world (most typically), people rely on no_std crates where there's no standard library, `no_std` crates…
-
The readme in `spirv-std` states:
```
Optionally, through the use of the "glam" feature, it includes some boilerplate trait implementations to make glam vector types compatible with these APIs.
```…
-
For some reason, it's missing picky-asn1-der, and failing to build doctest. Maybe you need workspace for that to work?
```
Doc-tests picky_asn1
Running `/usr/bin/rustdoc --edition=2021 --…
-
I am working in vscode on a .ipynb notebook, and everytime my cursor hovers over any code, i get the ruff panic message as above
example of the code it crashed over
```py
def search_and_looku…
aflip updated
16 hours ago
-
ruff 0.8.0+1366 (3fda2d17c 2024-11-22)
```
ruff check *.py --select TC006 --no-cache --preview --output-format concise --isolated
```
file content(at the bottom should be attached raw, not fo…
-
Hi,
I was trying to use libwfa for a rust code, but failed to compile. The error message suggests stderr value is not found in the scope of the file affine_wavefront.rs (affine_wavefront.rs at line…
-
I find some parts of Slint's API to not properly follow Rust's conventions. Here are some things that stood out to me:
- Some names are unnecessarily long and redundant:
- `MapModel:…
-
Right now, every Rust package is an ecosystem unto itself, with dependency versions being selected from each package’s upstream `Cargo.lock` file (or a vendored one if none is present). This stands in…
-
When generating many build files with `cargo-bazel` in `crates_vendor()` rule. We can constantly see errors when running `crates_vendor` as part of pre-commit hook:
```
buildifier: open /.../third…
-
When I run
```
bazel run @rules_rust//tools/rust_analyzer:gen_rust_project
```
in my Bazel/Rust project, the generated `rust-project.json` contains an entry for an code-generated crate, but the …