-
For making examples of physical systems, it would be helpful to run some simulations. I would like to serve the dual purpose of implementing those simulations using rust crates (even if they require n…
-
## Reproduction Requirements
I could trigger this on macOS only. Install:
```shell
$ brew install bazelisk postgresql@14 pkg-config
```
Then clone:
```shell
$ git clone https://github.c…
-
This thread:
https://users.rust-lang.org/t/about-the-soundess-of-a-non-static-any-trait/65830/12?u=ten
suggests that this crate is doing something unsound when converting from `Any` to `Tid`:
>…
-
Hi there!
I'm James, the Launching Pad representative for the Rust Leadership Council.
We recently archived the WASM Working Group (in https://github.com/rust-lang/team/pull/1489), as there were…
-
In order to find packages in Debian, cargo-debstatus queries the UDD using
```
SELECT version::text FROM sources WHERE source in ($1, $2) AND release='sid';
```
where $1 and $2 are, respective…
-
> `derivative` is unmaintained; consider using an alternative
| Details | |
| ------------------- | ---------------------------------------…
-
#### Feature
loongarch64 is a cpu architecture. Right now Rust has loongarch64-unknown-linux-gnu and loongarch64-unknown-linux-musl targets thanks to LLVM. I wonder if its support is even planned i…
-
After reviewing *many* projects here on Github, I came across your crate. Pretty clean.
Currently testing for ARM BE (tier 3 target, sadly):
```
rustup +nightly component add rust-src
cargo +n…
-
In the Readme it says:
> The primary goal of see (smd before v0.4.0) was to create a unified tool for viewing both CLI documentation in Markdown and code files, renderable in both the terminal and …
-
Hi,
When I run
```
pip install kornia-rs
```
I get this error message
```
Defaulting to user installation because normal site-packages is not writeable
Collecting kornia-rs
Using cached …