comet-1.0.0 is not a library.

comet

local CI

Configuration

Configure a new Rust project:

{
  "language": "rust",
  "script": [
    "cargo test"
  ]
}

Then run comet:

$ comet

If you want to run a project from another directory, run:

$ comet -p /Users/jane/other_project