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§
- KiCad
- Represents a connection to KiCad and its top-level API calls.
- KiCad
Connection Config - Configuration options passed to KiCad::new()
- KiCad
Version - Describes a particular version of KiCad
Enums§
Constants§
- API_
VERSION - The KiCad / IPC API version of this library