pub fn read_crate_data(path: &Path) -> Option<Analysis>
Attempts to read and deserialize Analysis data from a JSON file at path, returns Some(data) on success.
Analysis
path
Some(data)