-
-
### 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(…
-
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 …
-
### Summary
might be related to https://github.com/Rust-GCC/gccrs/issues/1178 and https://github.com/Rust-GCC/gccrs/issues/2757
But the name resolver is the cause
### Reproducer
I tried this…
-
# Background
Currently, the `protocols::v2::subprotocols::common-messages` has already been documented, but it's worth a look to see where to improve it.
> Note: While this issue addresses the ne…
-
see: https://users.rust-lang.org/t/why-this-does-not-lead-to-recursion/50306/3
I tried this code:
```rust
unsafe impl SliceIndex for usize {
type Output = T;
fn get(self, slice…
-
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
-
Rust intrinsically does not like the singletons kete uses.
In a recent update, they have officially started raising warnings when things are built the way that they are built here.
Due to a settin…
-
We should try to make catwalk use https://github.com/image-rs/image-webp instead of relying on libwebp.
-
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.