kicad-ipc-rs/proto
Milind Sharma d1a4d553a1 chore: bootstrap crate scaffold and proto build pipeline 2026-02-18 22:37:51 +08:00
..
board chore: bootstrap crate scaffold and proto build pipeline 2026-02-18 22:37:51 +08:00
common chore: bootstrap crate scaffold and proto build pipeline 2026-02-18 22:37:51 +08:00
schematic chore: bootstrap crate scaffold and proto build pipeline 2026-02-18 22:37:51 +08:00
README.md chore: bootstrap crate scaffold and proto build pipeline 2026-02-18 22:37:51 +08:00

README.md

KiCad IPC Protocol Buffer Definitions

These .proto files are copied from the official KiCad source tree:

Rules for this repository:

  1. Keep copied files verbatim when possible.
  2. Preserve original upstream copyright/license headers.
  3. Use these files for build-time code generation.
  4. Do not commit generated Rust protobuf output.

Crate licensing:

  • Hand-written Rust code in this repository is MIT licensed.
  • Upstream .proto files retain their original upstream licensing/headers.