Skip to content

Cargo release v0.2.71

Latest
Compare
Choose a tag to compare
@dvishal485 dvishal485 released this 04 Jul 14:26
· 4 commits to main since this release

leetcode-runner-cli v0.2.71

  • Binaries/Executables are included for some supported platforms.
  • Place the executable in appropriate location and update your path variable accordingly.
  • For platforms not mentioned here, you can build for your system from the source code or use cargo to compile and install the tool on your system.
  • Building instructions are there in README.md.

What's Changed

  • Running testcase from local file via leetcode-runner-cli -rt merged with leetcode-runner-cli -r.
  • To specify the testcase file, pass -t [testcase_file] in argument.
  • Crate is now available on crates.io.
  • Now can be installed via cargo install leetcode-runner-cli.
  • submit command now also takes an optional testcase file to evaluate against custom testcase before submission.