[go: up one dir, main page]

Function combine::byte::hex_digit [] [src]

pub fn hex_digit<I>() -> HexDigit<I> where
    I: Stream<Item = u8>, 

Parses an ASCII hexdecimal digit (accepts both uppercase and lowercase).