pub fn read_crate_data(path: &Path) -> Option<Analysis>
Expand description

Attempts to read and deserialize Analysis data from a JSON file at path, returns Some(data) on success.