DEV Community

Discussion on: Have you tried Rust?

Collapse
 
dfockler profile image
Dan Fockler

I'm not sure there is. I think reading the Rust book helps a lot. Rust has complicated parts for a reason, so it helps if you understand those reasons before you start banging your head against a wall. For example, how Rust handles strings is complex because UTF characters aren't just fixed width bytes and it forces you deal with those complexities.