slint/internal/compiler/generator
Olivier Goffart cc9c573c9a Rust codegen that forward to the interpreter (live-reload)
When the SLINT_LIVE_RELOAD env variable is set, generate a component
that will forward everything to the interpreter instead of generating
everything.

Fix running the test driver rust with the SLINT_LIVE_RELOAD

```
SLINT_LIVE_RELOAD=1 cargo test -p test-driver-rust --all-features --features=slint/live-reload
```
2025-07-04 10:07:22 +02:00
..
cpp.rs Add local variables (#8740) 2025-06-26 15:36:49 +02:00
rust.rs Rust codegen that forward to the interpreter (live-reload) 2025-07-04 10:07:22 +02:00
rust_live_reload.rs Rust codegen that forward to the interpreter (live-reload) 2025-07-04 10:07:22 +02:00