scadman 0.2.1

Code generator for OpenSCAD.
Documentation
1
2
3
4
5
6
7
8
9
//! Sentences in SCAD.

#[allow(clippy::redundant_pub_crate)]
pub mod primitive;
pub use primitive::*;

#[allow(clippy::redundant_pub_crate)]
pub mod modifier;
pub use modifier::*;