Initial Release
leetcode-runner-cli v0.2.5
- 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.
- Building instructions are there in
README.md
. - In general, windows user should use the
x86_64-pc-windows-msvc.exe
binary (compiled on Windows 10). x86_64-pc-windows-gnu.exe
was cross compiled on Linux (gnu
environment is not the "native"msvc
environment for Windows).
What's Changed
- Changed the project structure a little to reflect the code composition and also modified the file selection to be saner by @VivekYadav7272 in #1
- removed dead code (CodeFileBuilder) by @VivekYadav7272 in #2
- Removed dead code (again) that I (accidentally) added (again) by @dvishal485 in #3
- Use
visible_alias
instead of hardcoding them in docstrings by @nozwock in #8 - Seperate out args parser code from
main.rs
by @nozwock in #9 - Improve error handling by @nozwock in #11
- Split long query strings by @nozwock in #12
- Replace
open_html
with a proper crate by @nozwock in #13 - Refactor by @nozwock in #14
New Contributors
- @VivekYadav7272 made their first contribution in #1
- @dvishal485 made their first contribution in #3
- @nozwock made their first contribution in #8
Full Changelog: https://github.com/dvishal485/leetcode-runner-cli/commits/v0.2.5