pub fn parse_pslf(content: &str) -> Result<Network, Error>Expand description
Parse a PSLF .epc case into a Network.
Read warnings are available through the shared crate::parse_file /
crate::parse_str entry points. This direct helper keeps the older
format-module convention and returns only the typed network.