kcl-lib 0.2.146

KittyCAD Language implementation and tools
Documentation
1
2
3
4
5
6
7
8
9
pub mod checks;
mod rule;

pub use rule::Discovered;
pub use rule::Finding;
pub use rule::FindingFamily;
pub use rule::Rule;
pub use rule::lint_and_fix_all;
pub use rule::lint_and_fix_families;