-
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 …
-
When trying to build applications with only QML and no rust bridges, the build fails with
> cargo:warning=cc1plus: fatal error: /home/chonky/build/rust/kono/target/debug/build/kono-c626df56a33c2707/…
-
Unstable features (including language, library, tools...) we currently use.
See as well:
- Rust 2024h2 flagship project goal: https://github.com/rust-lang/rust-project-goals/issues/116 ([blog po…
ojeda updated
4 hours ago
-
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
-
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…
-
Third-party crates aren't a Rust program's only dependencies; compiled Rust binaries also link with the `std` or `core` crate, both of which are dual-licensed under MIT and Apache 2.0, and thus their …
-
Hi, I have taken over the maintenance of [`strtod`](https://crates.io/crates/strtod) and is interested in add some commit from this fork, namely:
- API change
- Adding the ffi.rs
My questions are…
-
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…
-
We should try to make catwalk use https://github.com/image-rs/image-webp instead of relying on libwebp.
-
Rust playground: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=051766b3584e787d3abab1d2f18424bb
The following code:
```rust
'r#if: {
break 'r#if;
}
```
when run through…