Function hex_simd::check

source ·
pub fn check(data: &[u8]) -> Result<(), Error>
Expand description

Checks whether data is a hex string.

Errors

This function returns Err if the content of data is invalid.