Commit Graph

4 Commits

Author SHA1 Message Date
Reinaldy Rafli d2add7de89
Merge pull request #1 from elianiva/hhh
refactor: use more rust features
2021-11-14 21:08:55 +07:00
elianiva 2ec5e388df
refactor: use more rust features
- more match arm
- use if let
- remove `pub`
- don't clone, borrow instead
- use `impl` to get default config
- simplify prompt
2021-11-14 20:53:50 +07:00
Reinaldy Rafli 8a1dbcdcdd
chore: more verbose build and check command 2021-11-14 16:31:26 +07:00
Reinaldy Rafli bbc91d22a3
feat: initialize project 2021-11-14 16:23:50 +07:00