Docs.rs
git-repo-manager-0.8.2
git-repo-manager 0.8.2
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
hakoerber
Dependencies
clap =4.5.41
normal
comfy-table =7.1.4
normal
console =0.16.0
normal
git2 =0.20.2
normal
parse_link_header =0.4.0
normal
regex =1.11.1
normal
serde =1.0.219
normal
serde_json =1.0.141
normal
serde_yaml =0.9.34
normal
shellexpand =3.1.1
normal
thiserror =2.0
normal
toml =0.9.2
normal
ureq =3.0.12
normal
url-escape =0.1.1
normal
outdir-tempdir =0.2.0
dev
temp-env =0.3.6
dev
Versions
0.83%
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
grm
0.8.2
In grm::
repo
Structs
Branch
Commit
GitConfigKey
Oid
ProjectName
ProjectNamespace
Remote
RemoteHandle
Repo
RepoChanges
RepoHandle
RepoStatus
TrackingConfig
Worktree
WorktreeRootConfig
Enums
Error
GitPushDefaultSetting
RemoteTrackingStatus
RemoteType
SubmoduleStatus
WorktreeConversionFailureReason
WorktreeRemoveFailureReason
Functions
clone_repo
detect_remote_type
grm
::
repo
Function
detect_remote_type
Copy item path
Settings
Help
Summary
Source
pub fn detect_remote_type(remote_url: &
RemoteUrl
) ->
Result
<
RemoteType
,
Error
>