-
**Description**
I would like to enable rust support in the kernel. My MACHINE = "raspberrypi5" and I'm on scarthgap, so my LINUX_VERSION ?= "6.6.22".
It seems like it's not possible to enable it a…
-
I am using `mold` to compile a Rust app. I'm using the latest unstable version of mold from the debian repository, which is: `2.34.1`. This is the error I am seeing:
```
mold: ./src/../lib/common.h:…
-
### Requirements
OpenFeature is now supporting Rust as a programming language with the new [`rust-sdk`](https://github.com/open-feature/rust-sdk)
Following the example of other providers, we shoul…
-
According to kernel configuration, generate a dedicated `rust-toolchain.toml` file in order to build rust uapi with the exact same option than c code (i.e. target, FPU, PIC, etc.).
-
Whenever AI replies with a rust code block, we want to add a link/button to the Rust Playground website attaching the given code. (Later on to be expanded to support other languages/websites).
### …
-
Transfer of https://github.com/hashgraph/hedera-sdk-rust to Hiero
-
https://github.com/wiseaidev/rust-data-analysis
-
It seems like the rust-project.json file does not output information about build script files invoked by cargo_build_script targets.
-
I have a project that uses `tungstenite`. There are a few dependencies that are using different versions:
tungstenite@0.20.1
tungstenite@0.21.0
tungstenite@0.24.0
When I add a `tungstenite` crat…
-
ene-kafka currently uses rdkafka as the underlying Kafka client. It would be interesting to experiment a little bit with a native Rust implementation, possibly built from the ground up.