Docs.rs
git-repository-0.25.0
git-repository 0.25.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
Byron
Dependencies
async-std ^1.12.0
normal
byte-unit ^4.0
normal
clru ^0.5.0
normal
document-features ^0.2.0
normal
git-actor ^0.13.0
normal
git-attributes ^0.5.0
normal
git-config ^0.9.0
normal
git-credentials ^0.6.0
normal
git-date ^0.2.0
normal
git-diff ^0.20.0
normal
git-discover ^0.6.0
normal
git-features ^0.23.0
normal
git-glob ^0.4.0
normal
git-hash ^0.9.11
normal
git-index ^0.6.0
normal
git-lock ^2.0.0
normal
git-mailmap ^0.5.0
normal
git-object ^0.22.0
normal
git-odb ^0.34.0
normal
git-pack ^0.24.0
normal
git-path ^0.5.0
normal
git-prompt ^0.1.0
normal
git-protocol ^0.21.0
normal
git-ref ^0.17.0
normal
git-refspec ^0.3.0
normal
git-revision ^0.6.0
normal
git-sec ^0.4.1
normal
git-tempfile ^2.0.0
normal
git-transport ^0.21.0
normal
git-traverse ^0.18.0
normal
git-url ^0.10.0
normal
git-validate ^0.6.0
normal
git-worktree ^0.6.0
normal
log ^0.4.14
normal
once_cell ^1.14.0
normal
regex ^1.6.0
normal
serde ^1.0.114
normal
signal-hook ^0.3.9
normal
smallvec ^1.9.0
normal
thiserror ^1.0.26
normal
anyhow ^1
dev
is_ci ^1.1.1
dev
serial_test ^0.9.0
dev
tempfile ^3.2.0
dev
walkdir ^2.3.2
dev
unicode-normalization ^0.1.19
normal
Versions
100%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
RefStore
RefStore
In git_repository
Modules
clone
commit
config
create
discover
env
head
id
index
init
interrupt
mailmap
object
open
parallel
path
permission
permissions
prelude
progress
reference
remote
revision
state
tag
threading
worktree
Structs
Commit
Head
Id
Object
ObjectDetached
Permissions
Reference
Remote
Repository
Tag
ThreadSafeRepository
Tree
Url
Worktree
oid
Enums
Kind
ObjectId
Traits
Progress
Functions
discover
init
init_bare
open
open_opts
prepare_clone
prepare_clone_bare
Type Definitions
OdbHandle
RefStore
?
Type Definition
git_repository
::
RefStore
source
·
[
−
]
pub type RefStore =
Store
;
Expand description
The standard type for a store to handle git references.