Docs.rs
nyx-agent-api-0.1.0
nyx-agent-api 0.1.0
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
elicpeter
Dependencies
anyhow ^1
normal
async-stream ^0.3
normal
axum ^0.8.9
normal
futures-util ^0.3
normal
hex ^0.4
normal
hmac ^0.13.0
normal
lettre ^0.11.22
normal
nyx-agent-core ^0.1.0
normal
nyx-agent-sandbox ^0.1.0
normal
nyx-agent-types ^0.1.0
normal
regex ^1
normal
reqwest ^0.13.4
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.11.0
normal
subtle ^2
normal
tar ^0.4
normal
tempfile ^3
normal
thiserror ^2.0.18
normal
tokio ^1.52
normal
tower-http ^0.6
normal
tracing ^0.1
normal
reqwest ^0.13.4
dev
tempfile ^3
dev
tokio-tungstenite ^0.29.0
dev
Versions
27.3%
of the crate is documented
Platform
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
Skip to main content
spawn_integration_delivery_task
nyx_
agent_
api
0.1.0
In nyx_
agent_
api::
integrations
nyx_agent_api
::
integrations
Function
spawn_
integration_
delivery_
task
Copy item path
Source
pub fn spawn_integration_delivery_task( store:
Store
, events:
EventSink
, ) ->
JoinHandle
<
()
>