-
## Features that we would like to see
### Required (we almost certainly want them)
- [ ] Macros wrapping expressions in `unsafe` blocks when using `unsafe_op_in_unsafe_fn`.
+ Issue: https…
-
I [test-rust workflowen ](https://github.com/Informasjonsforvaltning/workflows/blob/main/.github/workflows/test-rust.yaml) setter vi hhv `cargo_rustflags` og `cargo_rustdocflags` til:
`"-Zprofile -Cc…
-
# Question
I have an error regaring to the servo motor that i cannot fix. I tried to use also the labs.
## Material read
Link of my project repository : https://github.com/UPB-FILS-MA/project-alecs…
-
With https://github.com/sagiegurari/cargo-make/issues/1025 being resolved in cargo make v0.37.8, these condition scripts could be refactored to be rust-based for better maintainability, …
-
The PyO3 library provides a tool, `maturin` to help in connecting python and rust. Using that tool in a bazel repo opens a lot of new challenged in that it is suggested to be installed with `pip` and …
-
> yaml-rust is unmaintained.
| Details | |
| ------------------- | ---------------------------------------------- |
| Status |…
-
rust analyzer is giving me two lifetime errors on latest:
```rs
error[E0491]: in type `&[&str]`, reference has a longer lifetime than the data it references
--> src/accounts.rs:70:5
|
70 …
-
For rust-lang/rust, we need the ability to push commits and run the CI on a different repository than where the final merge happens. So bors should be taught to change the actual repository into which…
-
Ideally we would want to see the public API and docs when the module is access from Python.
https://pypi.org/project/pyo3-stubgen/
Maybe this helps https://github.com/PyO3/pyo3/discussions/2330
…
-
# Do we need a "Rust Standard"? - Mara's Blog
Languages like C and C++ are standardized. They are fully specified in an internationally recognized standards document. Languages like Python, Swift and…