this post was submitted on 25 Aug 2024
27 points (100.0% liked)

Rust

5807 readers
137 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 1 year ago
MODERATORS
 

Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 month ago* (last edited 1 month ago)

I actually introduced rust to my workplace this week, with a workshop reimplementing part of one of our service.

It seems people liked it. Now I want to look into how we could create Conan packages (to be consumed by c++ code) out of crates. I guess I'll use the CXX crate to generate C++ headers, but other than that I don't know.