pcbrepair

Crates.iopcbrepair
lib.rspcbrepair
version0.3.1
created_at2026-01-05 04:33:20.710204+00
updated_at2026-01-10 21:42:32.085261+00
descriptionA library for parsing ASUS FZ and ASRock CAE boardview files.
homepage
repositoryhttps://github.com/cyrozap/pcbrepair-rs
max_upload_size
id2023088
size103,450
(cyrozap)

documentation

README

pcbrepair-rs

pcbrepair is a Rust library for parsing ASUS "PCBRepair Tool" .FZ and ASRock "PCBRepair Pro" .CAE boardview files.

The version of the pcbrepair crate on crates.io

Installation

cargo add pcbrepair

Examples

Extract parts from boardview.fz as KiCad footprints into boardview.pretty:

cargo run --release --example fpextract boardview.fz

This also works for .cae files.

License

pcbrepair is published under the terms of the GNU General Public License, version 3 or later.

Commit count: 13

cargo fmt