Skip to content

Olavhaasie/xschem-parser

Repository files navigation

Xschem parser

LICENSE Build Status crates.io Version docs.rs Minimum rustc version

Xschem schematic and symbol parser implemented with nom parser combinators.

Installation

xschem-parser is available on crates.io and can be included in your Cargo enabled project like this:

[dependencies]
xschem-parser = "0.1"

Specify the no-color feature to disable colored display of errors:

[dependencies]
xschem-parser = { version = "0.1", features = ["no-color"] }

CLI

xschem-parser-cli is a simple command line parser that is also available on crates.io.

Rust version requirements (MSRV)

xschem-parser supports Rustc version 1.85 or greater.

License

xschem-parser 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.

About

Xschem schematic and symbol parser

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Contributors