#Brainstorming Rust + C# interop
Use case A
- Rust UI via WPF or Persperex
- Make it feel like XAML is Rust-native
- Put function name in WPF event handler, we stub out from that to Rust code
- Rust event handlers written with a macro that we use to write interop stubs on each side
- Can I do GUI nesting without XAML? Eg like the Zinc.rs config block, but for UI elements
- Pros: