/// Determines whether the supplied string is a valid ISBN number pub fn is_valid_isbn(_isbn: &str) -> bool { unimplemented!(); }