mutex-watersheds

Crates.iomutex-watersheds
lib.rsmutex-watersheds
version0.1.1
sourcesrc
created_at2021-03-01 15:40:16.553713
updated_at2021-03-03 02:57:25.438258
descriptionMutex Watershed based off the original C++ implementation by Steffen Wolf and Constantin Pape.
homepagehttps://github.com/hanslovsky/mutex-watersheds
repositoryhttps://github.com/hanslovsky/mutex-watersheds
max_upload_size
id362240
size13,878
Philipp Hanslovsky (hanslovsky)

documentation

https://github.com/hanslovsky/mutex-watersheds

README

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.

Commit count: 15

cargo fmt