rover
rover copied to clipboard
Publish rover and its workspace crates to crates.io
Description
It will be good to publish rover to crates.io. Before we do that, we should make sure all accompanying doc comments for all pub structs and method are up to date and in a decent shape.
Our workspace crates to prepare:
binstallrobot-panicrover-clienttimberhoustonsputnik
Prior Art
It may seem strange to publish a CLI tool on crates.io, but heaps of other tools are already there. For example:
this is blocked on #388 as build.rs is not supposed to modify any files except those specified by OUT_DIR (source)
Is this still blocked? Seems that the referenced issue is already resolved