use sift3;
// the Threshold struct which will be used as a range
// to tell how far appart the responses are from the web root
// make it global :)
const CHANGE: Threshold = Threshold ;
// uses the sift3 alogirthm to find the differences between to str inputs.