microcad-core 0.2.0

µcad core
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# µcad core crate

This crate contains the core functionality of µcad.
It provides the basic data structures used to handle geometries and operations on them.

## mod `geo2d`

Provides the basic 2D geometry types and operations on them.

## mod `export`

Provides the `Exporter` trait, which allows exporting geometries to various formats.