rover icon indicating copy to clipboard operation
rover copied to clipboard

Publish rover and its workspace crates to crates.io

Open lrlna opened this issue 4 years ago • 2 comments

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:

  • binstall
  • robot-panic
  • rover-client
  • timber
  • houston
  • sputnik

Prior Art

It may seem strange to publish a CLI tool on crates.io, but heaps of other tools are already there. For example:

lrlna avatar Feb 16 '21 10:02 lrlna

this is blocked on #388 as build.rs is not supposed to modify any files except those specified by OUT_DIR (source)

EverlastingBugstopper avatar Apr 08 '21 18:04 EverlastingBugstopper

Is this still blocked? Seems that the referenced issue is already resolved

audkar avatar Jun 28 '23 18:06 audkar