nickgerace / gfold

CLI tool to help keep track of your Git repositories, written in Rust
https://crates.io/crates/gfold
Apache License 2.0
283 stars 20 forks source link

Split gfold into gfold and libgfold #239

Closed nickgerace closed 1 year ago

nickgerace commented 1 year ago

Split gfold into gfold and libgfold to increase the number of compilation units and allow for external use of the library. Keep libgfold unpublished until logging, error types, etc. is handled properly.

Fixes #235