app
adom-layout-viewer
Public Made by Adomby adom
Interactive PCB layout viewer: your EDA's own render plus live net/trace highlighting and per-pad stock, price and wiki lookup
[package]
name = "adom-layout-viewer"
version = "0.1.0"
edition = "2021"
description = "Interactive PCB viewer (.kicad_pcb → themed, net-highlightable SVG) with component hover info — embeddable in any app"
[[bin]]
name = "adom-layout-viewer"
path = "src/main.rs"
[dependencies]
tiny_http = "0.12"
regex = "1"
anyhow = "1"
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
ureq = "2"
roxmltree = "0.20"
cfb = "0.10"
[profile.release]
opt-level = "z"
lto = true
strip = true