-
Hey so I'm interested in adding rust support. I think I've got a rough idea as to how this might be doable. But I'd love to get some feedback from someone a little more knowledgeable on introspector b…
-
I just read a blog post by @ddevault, and he seems to describe exactly this project.
https://drewdevault.com/2024/08/30/2024-08-30-Rust-in-Linux-revisited.html
However, I don't know whether this pro…
-
### Bug Description
```shell
pip install maturin
Collecting maturin
Using cached maturin-1.7.8.tar.gz (195 kB)
[...]
Rust build failed; unable to locate executable 'maturin'
```
### Your m…
-
The method `into_godot` no longer exists, and since `Cargo.toml` builds from the git repository instead of using versions, the code is now bricked even though I have not made any changes. A bit annoyi…
-
I just threw it in here as that was the quickest way to get the webpage up with github pages.
Docs/website in the main repo:
Pros:
* Docs stay close to the code, so it’s easier to keep them upd…
-
Bindings should concern higher types exposed to the Python API:
- [ ] Gates
-
This is a tracking issue for changing the formatting of where clauses to be formatted on a single line in some additional contexts, provided they meet certain constraints (short, single bound, and no …
-
Currently Rust for Flipper Zero [requires a nightly toolchain](https://github.com/flipperzero-rs/flipperzero/blob/19b185e63f60572da8a7418185f5e5b87f6f6959/crates/rust-toolchain.toml) to build binaries…
-
The error occurs in src/models/plan_analysis.rs at line 48, in the file where the unwrap() method is being called.
Im on ubuntu with this start cmd:
`cargo run --release -- --name sLoTTeR --miss…
-
I wonder if Nuklear could interface with [Glazier](https://github.com/linebender/glazier ) (yeah, Rust) or similar to lower the barrier for both newcomers as well as seniors who must currently choose …