xschem-parser-cli 0.1.0

Xschem schematic and symbol parser CLI
xschem-parser-cli-0.1.0 is not a library.

xschem-parser-cli

LICENSE Build Status crates.io Version

Simple Xschem file parser program using xschem-parser.

Installation

Install the crate from crates.io:

cargo install xschem-parser-cli

Usage

Pass filenames of schematics or symbols to parse:

xschem-parser-cli [FILES...]

To run on a list of files using fd:

fd "\.(sch|sym)$" . -X xschem-parser-cli

License

xschem-parser-cli is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.