pub fn load<P: AsRef<Path>, T: DeserializeOwned + Serialize>( path: P, ) -> Result<T>
load our config file from a path