Docs.rs
git-repos-0.1.0
git-repos 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
westhide
Dependencies
clap ^4.5.19
normal
comfy-table ^7.1.1
normal
console ^0.15.8
normal
git2 ^0.19.0
normal
nill ^0.1.1
normal
parse_link_header ^0.4.0
normal
regex ^1.10.6
normal
serde ^1.0.209
normal
thiserror ^1.0.51
normal
toml ^0.8.19
normal
tracing ^0.1.40
normal
tracing-subscriber ^0.3.18
normal
ureq ^2.10.1
normal
url-escape ^0.1.1
normal
outdir-tempdir =0.2.0
dev
Versions
7.6%
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
git_
repos
0.1.0
In git_
repos::
config
git_repos
::
config
Function
read_config
Copy item path
Source
pub fn read_config<'a, T>(path: &
str
) ->
Result
<T,
String
>
where T: for<'de>
Deserialize
<'de>,