CAD meets Rust – A Rust crate that brings computer-aided design (CAD) capabilities into the Rust ecosystem.
nature-rs
is a work-in-progress library designed to enable powerful, flexible, and efficient CAD operations natively in Rust.
- 💡 Pure Rust implementation
- 🎯 Focus on performance and composability
- 🧪 Designed for extensibility and experimentation
Add this to your Cargo.toml
:
[dependencies]
nature-rs = "0.0.1"