Docs.rs
git-repos-0.1.0
git-repos 0.1.0
Permalink
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
Json
Error
Required Methods
to_string
Implementors
In git_
repos::
provider
git_repos
::
provider
Trait
JsonError
Copy item path
Source
pub trait JsonError { // Required method fn
to_string
(self) ->
String
; }
Required Methods
§
Source
fn
to_string
(self) ->
String
Implementors
§
Source
§
impl
JsonError
for
GithubApiErrorResponse
Source
§
impl
JsonError
for
GitlabApiErrorResponse