rust_slvs

Rust binding for SolveSpace's geometric constraint solver library.

Documentation

Using slvs

Prerequisites

To add to your project

Run the following Cargo command in your project directory:

shell cargo add slvs

To Build

  1. Check out any necessary submodules

    shell git submodule update --init --recursive

  2. Run the build command

    shell cargo build