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

  • Miaou
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    20 days 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.