-
On Windows:
thread 'main' panicked at 'Failed to create a new Rust project: Error { kind: NotFound, message: "program not found" }', build/src/build.rs:23:10
note: run with `RUST_BACKTRACE=1` envi…
-
### 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…
-
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…
-
# 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.…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I'm trying out Zed again today after a few months of going back to VS Code because of usabil…
-
### 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
- […
-
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 …
-
### Expected behavior
When a scan is not found, or contains invalid data the backend warns in logs, however the API fails to pass on this warning and instead reports everything being fine. This giv…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
```rs
fn main() {
let _: Vec = ""
.lines()
.filter_map(|x| {
…
-
I've seen several questions about re-using `#[pyclass]` types between multiple Rust packages, for example on [gitter](https://gitter.im/PyO3/Lobby?at=5fdc8b47aa6bb528c3592ec1), [stack overflow](https:…