←back to thread

4 points adelowo | 1 comments | | HN request time: 0.259s | source

I’m currently learning Zig but the lack of a package manager and the ever changing language scares me off. Tutorials are broken from just a year ago.

Context: Go developer for 7 years and would love to stay in the systems space without Rust

1. dabinat ◴[] No.42197900[source]
I’m currently learning Rust. I have a good grasp of the basics, but I’m struggling to use third-party libraries that either do not expose traits that I need, or objects provided by the library have a lifetime that conflicts with lifetimes within my code.

If anyone has any good resources for learning Rust at an intermediate level, I’d appreciate it.