Crate yz_string_utils[−][src]
Structs
Enums
Functions
Assuming that post_part is a true (in regards to memory allocations)
subslice of whole_buffer_start, returns everything which comes before post_part.
Splits a slice at the first point after which f returns false.
Usually used to segment input according to character categories.