Expand description
§KiCad IPC API Bindings
kicad-api-rs
is a library providing bindings to the KiCad IPC API, which allows external
applications to communicate with a running instance of KiCad. This can be used to build
plugins that are launched by KiCad, but also to enable standalone applications to interface
with KiCad.
Modules§
Structs§
- Represents a connection to KiCad and its top-level API calls.
- Configuration options passed to KiCad::new()