pub fn to_lowercase(s: &str) -> String
Convert hex string to lowercase
use dodecet_encoder::hex; assert_eq!(hex::to_lowercase("ABC"), "abc");