Started learning Rust again yesterday (I mostly have cobbled-together knowledge from forking other people’s code and have never built my own project). Really cool language but after using zig so much, having allocations be invisible makes reasoning about ownership so much harder despite there being a whole static ownership checker.