Parsing CString array with given total lengthI need to parse an array of null-terminated CString s. I don't know exactly how many strings are present, but I know how many bytes total the array of ...
This crate provides CStringArray, a safe abstraction over C's null-terminated string arrays, commonly used for command-line arguments (argv) and similar purposes.