powerio
powerio is the core Rust crate for parsing power system case files into a
typed Network, retaining same format source text where the reader supports
it, and converting through the format neutral model. The workspace README has
the full format matrix and language bindings.
use ;
let parsed = parse_file?;
let net = parsed.network;
let converted = net.to_format;
write?;
The workspace README covers the CLI, Python package, C ABI, matrix builders, and validation suite: https://github.com/eigenergy/powerio.