cadrum 0.8.4

Rust CAD library powered by statically linked, headless OpenCASCADE (OCCT 8.0.0)
Documentation
1
2
3
4
5
6
7
8
9
# 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