| Crates.io | nxopen_rs |
| lib.rs | nxopen_rs |
| version | 0.1.3 |
| created_at | 2025-07-19 01:48:44.422019+00 |
| updated_at | 2025-08-25 01:33:29.195788+00 |
| description | A brief description of your crate |
| homepage | https://github.com/fnmian/nxopen_rs |
| repository | https://github.com/fnmian/nxopen_rs |
| max_upload_size | |
| id | 1759856 |
| size | 51,069 |
A Rust binding for Siemens NX Open API, enabling developers to build NX CAD automation tools with Rust's safety and performance.
nxopen_rs provides a type-safe Rust interface to interact with NX Open, Siemens' API for automating NX CAD/CAE processes. This library wraps core NX functionalities (e.g., part operations, dialogs, geometry) and leverages Rust's memory safety features to avoid common pitfalls like resource leaks or invalid pointer access.