Crate kicad

Source
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§

board

Structs§

KiCad
Represents a connection to KiCad and its top-level API calls.
KiCadConnectionConfig
Configuration options passed to KiCad::new()
KiCadVersion
Describes a particular version of KiCad

Enums§

BoardLayer
DocumentType
KiCadError

Constants§

API_VERSION
The KiCad / IPC API version of this library

Functions§

from_mm
to_mm