vigna / webgraph-rs

A Rust port of the WebGraph framework
Apache License 2.0
32 stars 6 forks source link

Make all CLI implementations public #102

Closed progval closed 6 months ago

progval commented 6 months ago

So they can be 're-exported' by other crates without having to instruct users to 'cargo install webgraph', and obey these crates' lockfile.

This was already done for the subcommands in build/ for this reason.

I'm only interested in LLP, but I figured it made sense to do this for all subcommands.