fn split_native_lib_value(value: &str) -> NativeLibParts<'_>
Expand description
Splits a string of the form [KIND[:MODIFIERS]=]NAME[:NEW_NAME]
into those
individual parts. This cannot fail, but the resulting strings require
further validation.
fn split_native_lib_value(value: &str) -> NativeLibParts<'_>
Splits a string of the form [KIND[:MODIFIERS]=]NAME[:NEW_NAME]
into those
individual parts. This cannot fail, but the resulting strings require
further validation.