pub fn parse_options<T>(dir: &Path) -> Twhere
T: DeserializeOwned,
Expand description
Just like babel, walk up the directory tree and find a file named
options.json
.
pub fn parse_options<T>(dir: &Path) -> Twhere
T: DeserializeOwned,
Just like babel, walk up the directory tree and find a file named
options.json
.