A mini-rant on the lack of string slices in C

from blog Federico's Blog, | ↗ original
Porting of librsvg to Rust goes on. Yesterday I started porting the C code that implements SVG's family of elements. I have also been replacing the little parsers in librsvg with Rust code. And these days, the lack of string slices in C is bothering me a lot. What …