Docs.rs
gix-odb-0.61.1
gix-odb 0.61.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
Byron
Dependencies
arc-swap ^1.5.0
normal
document-features ^0.2.0
normal
optional
gix-date ^0.8.7
normal
gix-features ^0.38.2
normal
gix-fs ^0.11.2
normal
gix-hash ^0.14.2
normal
gix-object ^0.42.3
normal
gix-pack ^0.51.1
normal
gix-path ^0.10.9
normal
gix-quote ^0.4.12
normal
parking_lot ^0.12.0
normal
serde ^1.0.114
normal
optional
tempfile ^3.10.0
normal
thiserror ^1.0.26
normal
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gix_odb
0.61.1
ObjectCache
In gix_odb::cache
Type Alias
gix_odb
::
cache
::
ObjectCache
Copy item path
source
ยท
[
−
]
pub type ObjectCache = dyn
Object
+
Send
+ 'static;
Expand description
A type to store object caches in boxes.