@schlink Rust has `into()`, that lets the compiler automatically convert an argument to the type needed by the function without you having to do it explicitly (assuming a type conversion has been defined)
@seanlinsley trade-offs!
I'm mostly going from Stack Overflow with my issues so far (e.g. https://stackoverflow.com/questions/10105935/how-to-convert-an-int-value-to-string-in-go )
But I'm planning on doing this same little game in both Rust and C++ and then maybe writing up the experience in a blog post.
@seanlinsley Started playing with Rust today. It's manageable so far!
Really enjoying these "rustlings" and the playground links in the readme https://github.com/carols10cents/rustlings
@schlink it's hard to find linkable docs on it though...