quickgc 0.1.1

simple style with git commit comments for personal workflow
quickgc-0.1.1 is not a library.

Quickgc

Do a small CLI to learn rust. Simple style to comment with git commit.

Install

cargo add quickgc

Configure

  • [FEATURE]: Add new feature.
  • [BUGFIX]: Fix bug or error.
  • [BUILD]: Deal with file structures, packages, modules and change dependencies or configure.
  • [STYLE]: Markup, code formatting.
  • [REFACTOR]: Refactor code.
  • [DOCS]: Edit documentations.
  • [TEST]: Write test.