Function goatns::utils::find_tail_match
source · pub fn find_tail_match(name: &[u8], target: &Vec<u8>) -> usize
Expand description
If you have a name
and a target
and want to see if you can find a chunk of the target
that the name
ends with, this is your function!