-
rust project often have the C/C++ projects score. it is very important to have rust bindings.
Could you assign me to this issue please? I should start next month.
-
### 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(…
-
We should try to make catwalk use https://github.com/image-rs/image-webp instead of relying on libwebp.
-
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…
-
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). …
-
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 …
-
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…
-
**Project name**: Contribute to the Rust Infrastructure
**Project details**: The Rust Infrastructure manages CI, releases, bots, metrics, and more. If you are interested in helping the Rust [Infra te…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I'm trying out Zed again today after a few months of going back to VS Code because of usabil…
-
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…