cadrum 0.8.16

cadrum is a Rust CAD crate using statically-linked, headless OpenCASCADE. Runs natively and in 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;