Docs.rs
object_store-0.10.2
object_store 0.10.2
Docs.rs crate page
MIT/Apache-2.0
Links
Repository
crates.io
Source
Owners
andygrove
xhochy
nevi-me
alamb
tustvold
Dependencies
async-trait ^0.1.53
normal
base64 ^0.22
normal
optional
bytes ^1.0
normal
chrono ^0.4.34
normal
futures ^0.3
normal
humantime ^2.1
normal
hyper ^1.2
normal
optional
itertools ^0.13.0
normal
md-5 ^0.10.6
normal
optional
parking_lot ^0.12
normal
percent-encoding ^2.1
normal
quick-xml ^0.36.0
normal
optional
rand ^0.8
normal
optional
reqwest ^0.12
normal
optional
ring ^0.17
normal
optional
rustls-pemfile ^2.0
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
snafu ^0.7
normal
tokio ^1.25.0
normal
tracing ^0.1
normal
url ^2.2
normal
walkdir ^2
normal
futures-test ^0.3
dev
http-body-util ^0.1
dev
hyper ^1.2
dev
hyper-util ^0.1
dev
rand ^0.8
dev
tempfile ^3.1.0
dev
nix ^0.29.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
object_store
0.10.2
Module memory
Structs
In crate object_store
Module
object_store
::
memory
Copy item path
source
·
[
−
]
Expand description
An in-memory object store implementation
Structs
§
InMemory
In-memory storage suitable for testing or for opting out of using a cloud storage provider.