The URL spec section on equivalence specifies an optional boolean to exclude fragments. Because there is no way to add parameters to eq this crate should include a
pub fn equal_excluding_fragment(&self, other: &Url) -> bool to allow for a spec compliant way to check for url equivalence when needing to exclude fragments.