libfive-rs icon indicating copy to clipboard operation
libfive-rs copied to clipboard

Rust wrapper for libfive.

libfive libfive logo

A Rust wrapper for libfive.

For more information on the high level wrapper see the README in the libfive folder.

The repositoy comes with minimal dependencies. libfive is tracked as a Git submodule under libfive-sys/libfive.

Either clone with --recursive or, if you already cloned and forgot, simply do a

git submodule update --init

to pull them in.