kcl-lib 0.2.146

KittyCAD Language implementation and tools
Documentation
1
2
3
4
5
6
7
8
/// Functions for debugging and interacting with the runtime system.

@no_std
@settings(defaultLengthUnit = mm, kclVersion = 1.0, experimentalFeatures = allow)

/// Exit the program early.
@(impl = std_rust, experimental = true, feature_tree = true)
export fn exit() {}