-
Thank you! I love any progress in the Rust SAT space. varisat has an api witch I have used extensively for testing libraries I work on. Would you be interested in adding an Rust API interface to CreuS…
-
It seems that `async` functions on https://docs.rs/langchain-rust/latest/langchain_rust/output_parsers/struct.MarkdownParser.html are in the expanded form (`impl Future`, etc.).
However, on other c…
-
Using rust-analyzer on this [crate](https://github.com/RustCrypto/traits/tree/a54bd0d7fbe7ea3543ff36eafbfbbb1b309aaccb/aead) (note the commit hash) results in two false-positive compilation errors (i.…
-
> `derivative` is unmaintained; consider using an alternative
| Details | |
| ------------------- | ---------------------------------------…
-
saying that the crate name is `ab-c`, expectedName can be `ab-c` but RA will return `ab_c`
https://github.com/fannheyward/coc-rust-analyzer/blob/420eb49216d4c7f109899e25b66f772f11698816/src/command…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
See: https://github.com/mitre/hipcheck/actions/runs/11751317704/job/32741130807
In this GitHub Actions error, you can see that each crate in the Cargo virtual workspace is duplicated 14 times. This…
-
> `derivative` is unmaintained; consider using an alternative
| Details | |
| ------------------- | ---------------------------------------…
-
我用 Rust 创建了一个 crate,可以简化在 Rust 中的构建和使用,
希望可以添加到本项目的 Readme 中,也希望有大佬能帮忙完善交叉编译的处理
crate:https://crates.io/crates/libsimple
项目:https://github.com/xuxiaocheng0201/libsimple/
-
### Problem
I am writing a program and would like a way to see every struct that implements a trait (eg: `serde::Serialize`)
I know that at somepoint during compilation the full type information is a…