#gerber #cad #pcb #cam #file-format #rs274x

gerber-types

Types and code generation for Gerber files (RS-274X)

4 releases (2 breaking)

0.3.0 Jul 5, 2022
0.2.0 Jan 6, 2021
0.1.1 Jun 10, 2017
0.1.0 Jun 9, 2017

#727 in Rust patterns

Download history 29/week @ 2024-02-26 1/week @ 2024-03-04 11/week @ 2024-03-11 4/week @ 2024-03-18 105/week @ 2024-04-01

121 downloads per month
Used in 3 crates

MIT/Apache

93KB
2.5K SLoC

Rust Gerber Library

Build status Crates.io

This crate implements the basic building blocks of Gerber X2 (compatible with Gerber RS-274X) code. It focusses on the low level types (to be used like an AST) and code generation and does not do any semantic checking.

For example, you can use an aperture without defining it. This will generate syntactically valid but semantially invalid Gerber code, but this module won't complain.

The plan is to write a high-level wrapper library on top of this. Early drafts are in progress but the design isn't fixed yet.

Current Gerber X2 spec: https://www.ucamco.com/files/downloads/file/81/the_gerber_file_format_specification.pdf

Example

You can find an example in the examples directory. It's still quite verbose, the goal is to make the API a bit more ergonomic in the future. (This library has a low-level focus though, so it will never get a high-level API. That is the task of other libraries.)

To generate Gerber code for that example:

$ cargo run --example polarities-apertures

License

Licensed under either of

at your option.

Dependencies

~1.7–2.5MB
~46K SLoC