libgitmgr

Crates.iolibgitmgr
lib.rslibgitmgr
version
sourcesrc
created_at2024-10-30 06:51:57.624099+00
updated_at2025-04-02 14:39:00.578795+00
descriptionProvides the ability to find a minimal set of user-relevant information for Git repositories on a local filesystem.
homepagehttps://trinhminhtriet.com
repositoryhttps://github.com/trinhminhtriet/gitmgr
max_upload_size
id1428130
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Triet Trinh (trinhminhtriet)

documentation

README

libgitmgr

libgitmgr provides the ability to find a minimal set of user-relevant information for Git repositories on a local filesystem. This library powers gitmgr.

Documentation

View documentation locally with the following command.

cargo doc -p libgitmgr --no-deps --open
Commit count: 57

cargo fmt