Crates.io | winforms-sys |
lib.rs | winforms-sys |
version | 0.0.2 |
source | src |
created_at | 2023-05-08 23:51:38.677576 |
updated_at | 2023-05-09 00:52:02.576782 |
description | Discontinued Project |
homepage | |
repository | |
max_upload_size | |
id | 860152 |
size | 1,749 |
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.
You could manually write FFI code to run your Rust code from C#, or use a tool like csbindgen to generate it.
Nowadays, there are many GUI platforms for Rust, like iced, or egui that you should check out