Function goatns::utils::find_tail_match  
source · pub fn find_tail_match(name: &[u8], target: &Vec<u8>) -> usizeExpand 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!