manifold-rs

Rust wrapper for manifold


Licenses
MIT/Apache-2.0

Documentation

Manifold-rs: Rust wrappers for Manifold

Status Crates.io Documentation Dependency status

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.

Usage

Add this to your Cargo.toml:

[dependencies]
manifold-rs = "0.4"

Example

In examples/write_stl.rs file contains several examples demonstrating how to use the library.