Docs.rs
repocat-0.4.0
repocat 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
SamKG
Dependencies
anyhow ^1.0.86
normal
base64 ^0.22.1
normal
clap ^4.5.14
normal
git2 ^0.20.0
normal
optional
glob ^0.3.1
normal
ignore ^0.4.22
normal
itertools ^0.14.0
normal
serde ^1.0.205
normal
serde_json ^1.0.122
normal
tempfile ^3.12.0
normal
Versions
73.68%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
Module git_utils
repocat
0.4.0
Module git_
utils
Module Items
Functions
In crate repocat
repocat
Module
git_
utils
Copy item path
Source
Functions
ยง
clone_
or_
fallback
Clone a remote repository using either the native Git CLI or the
git2
library. Returns the path to the cloned repository (a
tempdir
).