microcad-core 0.1.0

µcad core
docs.rs failed to build microcad-core-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

µ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 render

This module contains the rendering logic for the core crate. It provides the Render trait, which is implemented by all types that can be rendered.

Specific renderers like SvgRenderer can be found in the microcad_render crate.

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.