this post was submitted on 29 Nov 2024
5 points (54.7% liked)

Rust

6126 readers
21 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 3 weeks ago (1 children)

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

[–] [email protected] 2 points 3 weeks 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 3 weeks ago

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