v0.0.2-alpha
Pre-release
Pre-release
·
47 commits
to master
since this release
Features
- workflow: run clippy on ci #5 (Omar Ahmed)
- workflow: create automatic release workflow (Omar Ahmed)
Chores
- readme: add basic readme file #3 (Omar Ahmed)
- readme: add basic information #3 (Omar Ahmed)
- readme: add build steps (Omar Ahmed)
- cargo: add package information #4 (Omar Ahmed)
- cargo: add cargo.lock #4 (Omar Ahmed)
- config: use println without any arguments #5 (Omar Ahmed)
- main: use &str instead of &String #5 (Omar Ahmed)
- main: use &Path instead of &PathBuf #5 (Omar Ahmed)
- config: use shorthand syntax #5 (Omar Ahmed)
- config: use any instead of find #5 (Omar Ahmed)
- config: pass path by value instead of borrow #5 (Omar Ahmed)
- config: use if let instead of destructring with match #5 (Omar Ahmed)
- main: use char instead of string #5 (Omar Ahmed)
- readme: add new install method #5 (Omar Ahmed)