-
Hi, I think I'm going crazy, I have been trying to use an external C library in my Rust program without success.
The C library is `uhubctl`, source code is here https://github.com/mvp/uhubctl/tree/mas…
-
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…
-
We have a monorepo that has hundreds of crates in it. Using current crate_universe rules is painful in different ways:
- [crates_repository](https://bazelbuild.github.io/rules_rust/crate_universe.h…
-
| Details | |
| --- | --- |
| Package | `fast-float` |
| Version | `0.2.0` |
| Warning | unsound |
| URL | https://github.com/aldanor/fast-float-rust/issues/35 |
| Patched Versions | n/a |
`fast-fl…
-
Hi! Thanks for all your work on this. Could you point me to an example of using these rules to:
1. make a rust binary which loads a python script to call a python function?
2. make a python exte…
-
Motivation:
1. We can get rid of `lazy_static!` in favor of [`std::sync::LazyLock`](https://doc.rust-lang.org/std/sync/struct.LazyLock.html)
2. We can use [`{integer}::div_ceil`](https://doc.rust-lang…
-
The Wallet int/hex functionality was accepted on the basis that the Rust calls back to Python were removed. Unfortunately this appears to be blocked as the PyO3 crate is not currently compatible with …
-
我用 Rust 创建了一个 crate,可以简化在 Rust 中的构建和使用,
希望可以添加到本项目的 Readme 中,也希望有大佬能帮忙完善交叉编译的处理
crate:https://crates.io/crates/libsimple
项目:https://github.com/xuxiaocheng0201/libsimple/
-
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
- […
-
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.…