[][src]Function rapture::capture::decode

pub fn decode(string: String) -> Result<Vec<u8>, String>

This function decodes a string of hex characters into a vector of bytes. These bytes can be written to a file using File::write_all.