issues
search
rust-practice
/
cargo-leet
Program to make working on leetcode problems locally more convenient
Apache License 2.0
5
stars
3
forks
source link
Code restructure
#15
Closed
c-git
closed
1 year ago
c-git
commented
1 year ago
Restructured the code from being used directly in main and put it into the lib
Setup Clap for Argument parsing
Make it work as a cargo sub-command
Added logging support
Pulled URL endpoints into constants
Added screenshots of help screen
Set license
Configure cargo deny to prevent defaults from being used in CI
Forbid Unsafe code
Add preliminary support to prefix module name with question number
Create test cases for non-design question (missing solutions)