Closed ginger51011 closed 1 year ago
Makes sense to me. Only suggestion is that in_home_dir
get replaced with:
pub fn in_home_dir() -> BoxedHttpCache {
Self::in_dir(&dirs::home_dir().expect("Expected a home dir"))
}
Makes sense to me. Only suggestion is that in_home_dir get replaced with:
Good point, added that!
Before only the home dir could be used, this makes it a bit more ergonomic if the user has other desires.