serde-jsonlines
serde-jsonlines copied to clipboard
Read & write JSON Lines documents
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...
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]:...
Specifically, give it `get_ref()`, `get_mut()`, `into_inner()`, and `get_pin_mut()` methods. Problem: An `into_inner()` method would lose data.