Add custom "cargo-husky" hook scripts
Check the Read Me file for Cargo Husky crate for details
https://github.com/rhysd/cargo-husky#readme
These changes allow for local git commit
and git push
related hooks to more
closely match remote CI/CD operations. Most notably the cargo clippy...
lint
command from ".gitlab-ci.yml" file now may guard against committing/pushing
code that would otherwise cause CI/CD pipeline failures.