mutex-watersheds 0.1.1

Mutex Watershed based off the original C++ implementation by Steffen Wolf and Constantin Pape.
Documentation

Mutex Watersheds

Note: I created this repository to familiarize myself with Rust. Do not expect maintenance or regular activity or great documentation but feel free to use the library if it fits your needs. Also, as I am a total Rust noob, this library is probably very inefficient and will probably undergo some interface changes in the future.

This is a Rust re-implementation of the mutex watersheds, originally developed by Steffen Wolf and Constantin Pape. The re-implementation is based off mglib2-mutex-watershed, which ported Constantin Pape's C++ implementation to Kotlin. Note that the original code has changed a lot since and moved to the hci-unihd organization. Please read the original authors' paper for method details and quote accordingly.