pub fn parse_file(
path: impl AsRef<Path>,
from: Option<&str>,
) -> Result<DistNetwork>Expand description
Parses path, taking the format from from when given, the .dss
extension otherwise, and for .json the shared distribution classifier.