Docs.rs
opsqueue-0.30.1
opsqueue 0.30.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Qqwy
Dependencies
anyhow ^1.0.86
normal
arc-swap ^1.7.1
normal
optional
axum ^0.7.5
normal
optional
axum-prometheus ^0.7.0
normal
optional
axum-tracing-opentelemetry ^0.24.0
normal
optional
backon ^1.3.0
normal
chrono ^0.4.38
normal
ciborium ^0.2.2
normal
clap ^4.5.21
normal
crossbeam-skiplist ^0.1.3
normal
dashmap ^6.1.0
normal
either ^1.13.0
normal
futures ^0.3.30
normal
http ^1.2.0
normal
humantime ^2.1.0
normal
itertools ^0.14.0
normal
moka ^0.12.8
normal
optional
moro-local ^0.4.0
normal
object_store ^0.11.1
normal
opentelemetry ^0.26
normal
opentelemetry-http ^0.26
normal
opentelemetry-otlp ^0.26
normal
optional
opentelemetry-semantic-conventions ^0.26.0
normal
optional
opentelemetry_sdk ^0.26
normal
rand ^0.8.5
normal
reqwest ^0.12.9
normal
optional
rustc-hash ^2.0.0
normal
sentry ^0.35
normal
optional
sentry-tracing ^0.35
normal
optional
serde ^1.0.203
normal
serde-error ^0.1.3
normal
serde_json ^1.0.124
normal
snowflaked ^1.0.3
normal
sqlx ^0.8.2
normal
optional
thiserror ^1.0.65
normal
tokio ^1.38.0
normal
tokio-tungstenite ^0.24.0
normal
optional
tokio-util ^0.7.11
normal
tower-http ^0.6.1
normal
optional
tracing ^0.1
normal
tracing-opentelemetry ^0.27.0
normal
tracing-subscriber ^0.3
normal
url ^2.5.2
normal
uuid ^1.11.0
normal
ux_serde ^0.2.0
normal
assert_matches ^1.5.0
dev
criterion ^0.3
dev
insta ^1.41.1
dev
Versions
28.61%
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
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
opsqueue
0.30.1
In opsqueue::
common::
chunk::
db
opsqueue
::
common
::
chunk
::
db
Function
insert_chunk
Copy item path
Source
pub async fn insert_chunk( chunk:
Chunk
, conn: impl
WriterConnection
, ) ->
Result
<
()
>