this post was submitted on 29 Nov 2024
3 points (52.9% liked)

Rust

6187 readers
103 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 20 points 1 month ago (2 children)

On my work we migrated from C++ to Rust.

[–] [email protected] 2 points 1 month ago (1 children)

@Shatur @BitSound did you use cbindgen? I struggle to generate a dll from a set of abstract classes.

[–] [email protected] 6 points 1 month ago

No, we rewritten the app 😅 But we considered rewriting it even before the switch to Rust - it was quite legacy.