-
Config library `config = "0.14.0"` depend on rust-yaml unmaintained library:
```
error[unmaintained]: yaml-rust is unmaintained.
│
322 │ yaml-rust 0.4.5 registry+https://github.com/rust-lang…
rdcm updated
2 months ago
-
When I updated to Rust 1.81 I noticed that the comment indentation changed. Not sure if this is an intentional breakage or a bug.
I have the following code (formatted with Rust 1.80.1, rustfmt 1.7.0)…
-
To run the code in Python after building the package with `maturin`, you can follow these steps:
1. **Build the package**:
```sh
maturin develop
```
2. **Import and use the module in…
-
-
After checking out the code, and attempting a build, there are various errors in `bindings`, shown below.
There shouldn't be anything odd with my Rust installation - it's brand new (as of today). …
-
I set the HOME to ""
```rust
//build.rs:14
let home_dir = "";
```
Then run cargo test:
```powershell
PS C:\Users\kiwi\rust\tesseract-rs> cargo test
Compiling tesseract-rs v0.1.18 (C:\Users\kiw…
-
### Problem
I observed a strange phenomenon in Emacs and can reproduce it in C. Given the following rust source file:
```rust
fn foo() -> i32 {
4
}
fn main() {
println!("{:?}", foo(…
-
There is some discussion about PECL extensions written in Rust on the PECL mailing list (https://news-web.php.net/php.pecl.dev/17600 ff), but so far without any consensus. Since @derickr said:
> Fo…
cmb69 updated
2 months ago
-
vscode settings:
```json
{
"rust-analyzer.server.path": "/Users/me/.cargo/bin/ra-multiplex",
}
```
running ra multiplex server
```
/Users/me/.cargo/bin/ra-multiplex server
INFO can…
-
Hi, thanks for your work. I am trying to use Corrosion to build a binary crate using a C/C++ CMake built library (the Azure IoTHub C SDK). What I don't understand (or perhaps I missed in the docs) is …