Docs.rs
kcl-lib-0.2.77
kcl-lib 0.2.77
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
adamchalmers
jessfraz
github:kittycad:crate-owners
Dependencies
anyhow ^1
normal
async-recursion ^1.1.1
normal
async-trait ^0.1.88
normal
base64 ^0.22.1
normal
bson ^2.13.0
normal
chrono ^0.4.38
normal
clap ^4.5.36
normal
optional
convert_case ^0.8.0
normal
csscolorparser ^0.7.0
normal
dashmap ^6.1.0
normal
dhat ^0.3
normal
optional
fnv ^1.0.7
normal
form_urlencoded ^1.2.1
normal
futures ^0.3.31
normal
git_rev ^0.1.0
normal
gltf-json ^1.4.1
normal
http ^1
normal
image ^0.25.6
normal
indexmap ^2.9.0
normal
itertools ^0.13.0
normal
kcl-derive-docs ^0.1
normal
kittycad ^0.3.37
normal
kittycad-modeling-cmds ^0.2.120
normal
lazy_static ^1.5.0
normal
measurements ^0.11.0
normal
miette ^7.5.0
normal
mime_guess ^2.0.5
normal
nalgebra-glm ^0.19.0
normal
parse-display ^0.10.0
normal
pyo3 ^0.24.1
normal
optional
regex ^1.11.1
normal
reqwest ^0.12
normal
rgba_simple ^0.10.0
normal
ropey ^1.6.1
normal
schemars ^0.8.17
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10.8
normal
tabled ^0.18.0
normal
optional
tempfile ^3.19
normal
thiserror ^2.0.0
normal
toml ^0.8.19
normal
ts-rs ^10.1.0
normal
tynm ^0.1.10
normal
url ^2.5.4
normal
uuid ^1
normal
validator ^0.20.0
normal
walkdir ^2.5.0
normal
web-time ^1.1
normal
winnow =0.6.24
normal
zip ^2.4.2
normal
approx ^0.5
dev
base64 ^0.22.1
dev
criterion ^0.5.1
dev
expectorate ^1.1.0
dev
handlebars ^6.3.2
dev
image ^0.25.6
dev
insta ^1.42.2
dev
kcl-directory-test-macro ^0.1
dev
miette ^7.5.0
dev
pretty_assertions ^1.4.1
dev
tokio ^1.44.2
dev
twenty-twenty ^0.8.0
dev
instant ^0.1.13
normal
tokio ^1
normal
tokio-tungstenite ^0.24.0
normal
tower-lsp ^0.20.0
normal
console_error_panic_hook ^0.1.7
normal
futures-lite ^2.6.0
normal
instant ^0.1.13
normal
js-sys ^0.3.72
normal
tokio ^1
normal
tower-lsp ^0.20.0
normal
typed-path ^0.11.0
normal
wasm-bindgen ^0.2.99
normal
wasm-bindgen-futures ^0.4.49
normal
zduny-wasm-timer ^0.2.5
normal
web-sys ^0.3.76
normal
Versions
45.55%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
kcl_lib
0.2.77
Module csg
Module Items
Functions
In kcl_
lib::
std
kcl_lib
::
std
Module
csg
Copy item path
Source
Expand description
Constructive Solid Geometry (CSG) operations.
Functions
ยง
intersect
Intersect returns the shared volume between multiple solids, preserving only overlapping regions.
subtract
Subtract removes tool solids from base solids, leaving the remaining material.
union
Union two or more solids into a single solid.