-
See https://github.com/apache/iceberg-rust/pull/742#issuecomment-2515564242 for details.
-
Bindings should concern higher types exposed to the Python API:
- [ ] Gates
-
### Describe the bug
Hello,
This is a nitpick but when I code I use a dev mode with code changes watch and I sometimes make small syntax mistakes that would create an error on stylex compilation.
…
-
Currently Rust for Flipper Zero [requires a nightly toolchain](https://github.com/flipperzero-rs/flipperzero/blob/19b185e63f60572da8a7418185f5e5b87f6f6959/crates/rust-toolchain.toml) to build binaries…
-
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/…
-
I ran `cargo +nightly fix --edition` on the following code:
```toml
[package]
name = "test_2024_edition"
version = "0.1.0"
edition = "2021"
[dependencies]
cxx = "=1.0.78"
log = "=0.4.21"
```
Note t…
-
**Is your feature request related to a problem? Please describe.**
Readers following “Simplified Embedded Rust: ESP Standard Library Edition” may encounter build failures when running “Hello World” e…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
This repository currently has no…
-
## Introduction
This project is pretty cool ngl. But there is a glaring problem with it.
## Safety
It is common knowledge that any language not written in Rust is inherently dangerous and unsafe.
…
-
I wonder if Nuklear could interface with [Glazier](https://github.com/linebender/glazier ) (yeah, Rust) or similar to lower the barrier for both newcomers as well as seniors who must currently choose …