Expand description
§git-anger-library
§What
This is the main library that drives the
git-anger-management
CLI-application, this is not really useful for anything besides that… but if
you for some reason want to, feel free!
§Features:
Note: None of these features are enabled by default, so you have to opt into it like so:
[dependencies]
git-anger-library = { version = "0.8.0", features=["table", "json"] }
json
: Enables Serde serialization of the processed data using with theprint_json()
method.table
: Enables pretty printing of the processed data using TabWriter with the functionprint_table()
.
§License
GPLv3 or later.
Modules§
- A git author
- Core algorithms and functionality
- A simplified representation of a git repository