npnp 0.1.3

Normalize Pin Net Pad (npnp): pure Rust LCEDA/EasyEDA downloader and Altium library exporter
Documentation
1
2
3
4
#[tokio::main]
async fn main() {
    std::process::exit(npnp::app::run_from_env().await);
}