Registry / async / async-stream-packed

async-stream-packed

JSON →
library0.2.2rscratesunverified

Asynchronous stream packed.

# Cargo.toml [dependencies] async-stream-packed = "0.2.2"
INSTALL
IMPORT
SIG · ASYNC-STREAM-PACKE
A
async-stream-packed
asyncrustv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StreamPacked
use async_stream_packed::StreamPacked;

Create a new packed async stream.

use async_stream_packed::StreamPacked; #[tokio::main] async fn main() { let _packed = StreamPacked::new(); }
Debug
Known issues
gotchaRequires an async runtime like tokio.
fix
Add tokio as a dependency and use #[tokio::main].
affects: >=0.2.0
Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
50 hits · last 30 days
node
44
OpenAI (training)
1
Resources
async-stream-packed — cargo add async-stream-packed · libregistry