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

Ensure functions are contained within structs #224

Closed nickgerace closed 1 year ago

nickgerace commented 1 year ago

Free-floating functions are great, but since the gfold crate is architected by domains, leveraging structs (and/or unit structs) could help separate domains.