kcl-lib 0.2.142

KittyCAD Language implementation and tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod camel_case;
mod chained_profiles;
mod default_plane;
mod offset_plane;

pub use camel_case::Z0001;
pub use camel_case::lint_object_properties;
pub use camel_case::lint_variables;
pub use chained_profiles::Z0004;
pub use chained_profiles::lint_profiles_should_not_be_chained;
pub use default_plane::Z0002;
pub use default_plane::lint_should_be_default_plane;
pub use offset_plane::Z0003;
pub use offset_plane::lint_should_be_offset_plane;