How to create static variable that can reference different static strings?
I’m just getting up to speed with rust. As an exercise I’m trying to recreate strtok()
in rust. However I’m stuck with correcting the types..
I’m just getting up to speed with rust. As an exercise I’m trying to recreate strtok()
in rust. However I’m stuck with correcting the types..