pub fn dodecet_count(s: &str) -> usize
Calculate the number of dodecets in a hex string
use dodecet_encoder::hex; assert_eq!(hex::dodecet_count("123456789"), 3);