cadrum 0.8.13

Rust CAD library powered by statically linked, headless OpenCASCADE (OCCT 8.0.0) — runs natively and in the browser via WebAssembly
Documentation
1
2
3
4
5
6
7
pub(crate) mod compound;
pub mod edge;
pub mod face;
pub(crate) mod ffi;
pub mod io;
pub mod solid;
pub mod stream;