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.