/strsplit

I built this crate to practice lifetimes, a concept most beginner Rust programmers find difficult to grasp. I followed a tutorial by Jon Gjengset. What we are implementing is already in the standard library, but what’s a better way to learn lifetimes than by building something with them?

Primary LanguageRust

Watchers