-
### 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…
-
Currently Rust for Flipper Zero [requires a nightly toolchain](https://github.com/flipperzero-rs/flipperzero/blob/19b185e63f60572da8a7418185f5e5b87f6f6959/crates/rust-toolchain.toml) to build binaries…
-
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…
-
### Describe the bug
64-bit entered hex values are not considered as numbers, hence error `0xffffffffffffffef | fmt` is neither a Nushell built-in or a known external command
### How to reproduce
1…
-
Hi,
In #1621, it was mentioned that functionality to create QFunctions from C source through the Rust bindings would be reasonably straightforward to implement. This would allow usage of the JIT ba…
-
# Background
This task is an outcome of the `protocols` Rust docs issues tracked in #845.
While documenting `protocols::v2::roles_logic_sv2` in #1014, areas of potential code debt were identified.…
-
```
~/development/subtensor$ cargo audit --version
cargo-audit-audit 0.21.0
~/development/subtensor$ cargo audit
Fetching advisory database from `https://github.com/RustSec/advisory-…
-
### Code
```Rust
fn main {
// please see attached files for full code
let x = 1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+1+ (repeat 100k times) +1;
}
```
### Affected release channels
- [ ] Previous Stable
- […
-
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 …