Skip to main content

validate_utf8_basic

Function validate_utf8_basic 

Source
pub(crate) unsafe fn validate_utf8_basic(input: &[u8]) -> Result<(), Utf8Error>
Expand description

Fn needed instead of re-import, otherwise not inlined in non-std case