oa_gateway_uci::validate::rules

Function value_length

Source
fn value_length(text: &str, primitive: &str) -> (usize, &'static str)
Expand description

How long text is, in the unit its primitive’s length facet uses.

Hex digits that remain after dropping whitespace are the value; two of them are one octet. Everything else is counted in characters.