Docs.rs
rskit-git-0.2.0-alpha.1
rskit-git 0.2.0-alpha.1
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 embedded
rskit_
git
0.2.0-alpha.1
Module embedded
Module Items
Modules
Structs
Functions
In crate rskit_
git
rskit_git
Module
embedded
Copy item path
Source
Expand description
Embedded libgit2 repository implementation.
Modules
§
auth
git2
authentication helpers.
Structs
§
Git2
Repository
Repository implementation backed by libgit2.
Functions
§
clone
Clones a git repository into the given path.
discover
Discovers a git repository by walking up from the given path.
init
Creates a new git repository at the given path.
init_
bare
Creates a new bare git repository at the given path.
open
Opens a git repository at the given path (canonicalized).