oscoin / osrank-rs

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

Use api::types and on-the-fly weight calculation #87

Closed adinapoli-mndc closed 4 years ago

adinapoli-mndc commented 4 years ago

The code compiles but it has a bunch of unimplemented! there, plus it relies on an unreleased version of oscoin-graph-api.

The on-the-fly calculation hasn't been implemented yet, and the naive algorithm will need to be tweaked to deal with the fact we now need to pattern match on the edge types etc.

fixes #85 and fixes #86.