oscoin / osrank-rs

A pre-alpha osrank implementation in Rust.
http://oscoin.io/
3 stars 3 forks source link

Prepare project layour for incremental algo #76

Closed adinapoli-mndc closed 5 years ago

adinapoli-mndc commented 5 years ago

Minor reshuffling of the code: now we have a osrank::algorithm hierarchy and two modules, algorithm::naive and algorithm::incremental.