Skip to content

Feature: streaming processing#1322

Open
dorlneylon wants to merge 1 commit into
serde-rs:masterfrom
dorlneylon:feat/async
Open

Feature: streaming processing#1322
dorlneylon wants to merge 1 commit into
serde-rs:masterfrom
dorlneylon:feat/async

Conversation

@dorlneylon
Copy link
Copy Markdown

References serde-rs/serde#2739.

Represents streaming (de-)serialization without actually touching existing serialization logic: suitable for large arrays of data, asynchronous hpc systems.

Many async Rust applications receive and send jsons. Without async helpers, callers need to cope with the existing serde_json APIs, basically narrowing their asynchronous impl to synchronous processing pathway.

The goal is to provide a small, explicit async I/O layer around the existing serialization and deserialization behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant