Skip to main content

Module parser

Module parser 

Source

Re-exports§

pub use kicad::KicadParser;
pub use kicad::KicadParseError;
pub use sexp::SExp;
pub use sexp::SExpParser;
pub use sexp::ParseError;
pub use pcb::PcbParser;
pub use pcb::PcbParseError;
pub use format_detector::KicadVersion;
pub use format_detector::detect_format;
pub use format_detector::detect_and_parse_schematic;
pub use format_detector::detect_and_parse_pcb;
pub use kicad_legacy::LegacyParser;
pub use schema::*;
pub use pcb_schema::*;

Modules§

format_detector
KiCad Format Detection and Routing
kicad
KiCAD Schematic Parser
kicad_legacy
KiCad Legacy Format Parser (Versions 4-5)
netlist
Geometric Netlist Builder
pcb
KiCAD PCB Parser
pcb_schema
PCB Schema Definitions
schema
sexp