I have been learning and using rust since 2021~2022 when i was in my second year of software engineering, (just as hobby).
And i am still using it.
The language itself is quite refreshing. The concept of borrow checking is good, and the trait/generics system is an absolute cinema. impl<T>...