serde-jsonlines icon indicating copy to clipboard operation
serde-jsonlines copied to clipboard

Read & write JSON Lines documents

Results 4 serde-jsonlines issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/jwodder/serde-jsonlines). ## Awaiting Schedule The following updates are...

dependencies
CI
dashboard

Specifically, give it `get_ref()`, `get_mut()`, `into_inner()`, and `get_pin_mut()` methods. Problem: `JsonLinesStream` wraps [`tokio::io::Lines`][lines], which does not have a `get_pin_mut()` method to delegate to and whose `into_inner()` method loses data. [lines]:...

enhancement
under consideration

Specifically, give it `get_ref()`, `get_mut()`, `into_inner()`, and `get_pin_mut()` methods. Problem: An `into_inner()` method would lose data.

enhancement
under consideration