pub fn hex_string_to_bytes(s: &str) -> Vec<u8>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Function that is not part of the language but is offered as a helper for tests, etc.