Closed danielpclark closed 6 years ago
@glebm Only one unsafe left https://github.com/danielpclark/faster_path/blob/0d74190590e40ba3e380742d3c17865913ba8ccf/src/path_parsing.rs#L28 Do you think this is a good candidate for refactoring with memchr/memrchr?
Memchr functions find the first/last matching character, this finds the last non-matching character.