nlbn 1.0.12

Fast and reliable EasyEDA/LCSC to KiCad converter with batch processing support
Documentation
1
2
3
4
5
6
7
8
9
pub mod api;
pub mod importer;
pub mod models;
pub mod svg_parser;

pub use api::EasyedaApi;
pub use importer::{SymbolImporter, FootprintImporter};
pub use models::*;
pub use svg_parser::parse_svg_path;