This crate provides Rust wrappers for the Manifold C++ API.
Note: This is a work in progress and not all functionality is available yet. Please submit an issue if you need a specific feature.
Add this to your Cargo.toml
:
[dependencies]
manifold-rs = "0.4"
In examples/write_stl.rs file contains several examples demonstrating how to use the library.