Docs.rs
rskit-git-0.2.0-alpha.1
rskit-git 0.2.0-alpha.1
Permalink
Docs.rs crate page
MIT
30 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
kbukum
Dependencies
git2 ^0.21
normal
rskit-errors ^0.2.0-alpha.1
normal
rskit-fs ^0.2.0-alpha.1
normal
rskit-process ^0.2.0-alpha.1
normal
tempfile ^3
normal
optional
thiserror ^2
normal
rskit-testutil ^0.2.0-alpha.1
dev
tempfile ^3
dev
Versions
100%
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
Module repo
rskit_
git
0.2.0-alpha.1
Module repo
Module Items
Structs
Functions
In crate rskit_
git
rskit_git
Module
repo
Copy item path
Source
Expand description
Repository orchestrator that delegates to libgit2 and Git CLI implementations.
Structs
§
Repo
Repository facade that combines embedded and CLI capabilities.
Functions
§
clone
Clones a repository into the given path.
discover
Discovers a git repository by walking up from the given path.
init
Initializes a new git repository at the given path.
init_
bare
Initializes a new bare git repository at the given path.
open
Opens a git repository at the given path (canonicalized).