Docs.rs
sigmate-1.0.0
sigmate 1.0.0
Permalink
Docs.rs crate page
MIT
25 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
gni
Dependencies
anyhow ^1.0.98
normal
base64 ^0.22.1
normal
chrono ^0.4.41
normal
clap ^4.5.40
normal
digest ^0.10.7
normal
dirs ^6.0.0
normal
ed25519-dalek ^2.1.1
normal
fs_extra ^1.3.0
normal
git2 ^0.20.2
normal
glob ^0.3.2
normal
hostname ^0.4.0
normal
ignore ^0.4.23
normal
md5 ^0.8.0
normal
openssl ^0.10.73
normal
regex ^1.11.1
normal
rpassword ^7.4.0
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
sha1 ^0.10.6
normal
sha2 ^0.10.9
normal
thiserror ^2.0.12
normal
uuid ^1.17.0
normal
assert_cmd ^2.0.17
dev
predicates ^3.1.3
dev
tempfile ^3.20.0
dev
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
get_git_info_object
sigmate
1.0.0
In sigmate::
utils::
git
sigmate
::
utils
::
git
Function
get_
git_
info_
object
Copy item path
Source
pub fn get_git_info_object( base_dir: &
Path
, ) ->
Result
<
Option
<
HashMap
<
String
,
GitInfo
>>,
AppError
>