|
|
|
|
|
by dmitriid
1572 days ago
|
|
> Once you acquire the capabilities to do the work efficiently with Rust The problem is getting to that point. I only tried Rust once, two years ago. The type system was fighting me all the way: the types different libraries were using were incompatible with each other, there was no obvious way to properly convert between them, finding proper signatures and behaviors was pain as many things were in traits or macros etc. A lot of this comes down to tooling and ecosystem maturity, so things may have improved. |
|
This aside, you'll still battle with the compiler. As to what you're battling depends on what you're building.