Docs.rs
git-odb-0.31.0
git-odb 0.31.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
Byron
Dependencies
arc-swap ^1.5.0
normal
document-features ^0.2.0
normal
git-features ^0.22.0
normal
git-hash ^0.9.6
normal
git-object ^0.20.0
normal
git-pack ^0.21.0
normal
git-path ^0.4.0
normal
git-quote ^0.2.0
normal
parking_lot ^0.12.0
normal
serde ^1.0.114
normal
tempfile ^3.1.0
normal
thiserror ^1.0.26
normal
filetime ^0.2.15
dev
pretty_assertions ^1.0.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
PackCache
In git_odb::cache
?
Type Definition
git_odb
::
cache
::
PackCache
source
·
[
−
]
pub type PackCache = dyn
DecodeEntry
+
Send
+ 'static;
Expand description
A type to store pack caches in boxes.