60
Rust is rolling off the Volvo assembly line - Blog - Tweede golf
(tweedegolf.nl)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
I think if Rust people want C and C++ devs to switch over, there needs to be a lot more documentation that's easy to follow on how exactly to do that. For example with Swift there's an amazing tutorial called Swift for C++ Practitioners that step-by-step goes over all the equivalent functionality and how to translate existing concepts over from one language to the other. I think Swift at least has the edge there with familiarity because the syntax physically looks closer to C-like languages, so when that's not the case, even more hand-holding is going to be necessary IMO.
The O'Reilly book Programming Rust is very much targeted at C++ users, even if it isn't explicitly marketed that way.
I read the first edition, which predated
asyncRust, so I can't comment on how the second edition handles that topic. But the handling of everything else was, I think, excellent.