app
Adom Library
Public Made by Adomby adom
adom-lbr — the EDA library translator. Bring a component in from any supported EDA tool and convert it to any other (KiCad ⇄ Altium ⇄ EAGLE/Fusion) through one canonical adom-lbr JSON — symbol + footp
[package]
name = "altium-pcblib"
version = "0.1.0"
edition = "2021"
description = "Native Rust parser for Altium .PcbLib (and .IntLib) footprint libraries — extracts pads as KiCad-shaped JSON"
authors = ["Adom <[email protected]>"]
license = "MIT"
repository = "https://github.com/adom-inc/altium-pcblib"
[dependencies]
anyhow = "1"
serde_json = "1"
cfb = "0.10"
[[bin]]
name = "altium-pcblib-svg"
path = "src/bin/svg.rs"