| Crates.io | xschem-parser |
| lib.rs | xschem-parser |
| version | 0.1.0 |
| created_at | 2025-07-31 15:59:44.966724+00 |
| updated_at | 2025-07-31 15:59:44.966724+00 |
| description | Xschem schematic and symbol parser |
| homepage | |
| repository | https://github.com/Olavhaasie/xschem-parser |
| max_upload_size | |
| id | 1775253 |
| size | 71,978 |
Xschem schematic and symbol parser implemented with nom parser combinators.
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"] }
xschem-parser-cli is a simple command line parser. See the README for more
info.
xschem-parser supports Rustc version 1.85 or greater.
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.