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
8
9
10
# Policy

- Prioritize reducing functions, structures, traits, and dependencies (cargo add and cargo:rustc-link-lib= in build.rs) over increasing them
- Prioritize requiring minimal effort over misleading the user when deciding between them
- Prioritize STEP file specification over OCCT specification when in doubt

# Agent

- For implementation instructions, run tests to verify after implementation
- run "cargo fmt" to all new changes.