# Nope nope, nevermind This was meant to be a repository for Rust bindings from C# WinForms, but it had too many intercompatibility problems. If someone want to try out at this, contact me through my Github contact email and I'll transfer the crate to you. ## Alternatives ### C# Bindings from Rust You could manually write FFI code to run your Rust code from C#, or use a tool like [csbindgen](https://github.com/Cysharp/csbindgen/) to generate it. ### Rust GUI Nowadays, there are many GUI platforms for Rust, like [iced](https://iced.rs), or [egui](https://egui.rs) that you should check out