10 releases (4 major breaking)
4.0.1 | Jan 19, 2021 |
---|---|
3.1.0 | Jan 19, 2021 |
2.0.0 | Jan 19, 2021 |
1.3.0 | Jan 19, 2021 |
0.1.0 | Dec 26, 2020 |
#1176 in Encoding
1,339 downloads per month
Used in 3 crates
(2 directly)
11KB
162 lines
jsonl
An implementation of JSON Lines for Rust. See the docs for more.
lib.rs
:
An implementation of JSON Lines for Rust.
JSON Lines is a simple format consisting of JSON
values separated by newlines. Use [read()
] and [write()
] to interact wtih readers and
writers in the JSON Lines format. Serialization and deserialization is done automatically.
See Connection
for situations in which you have both a reader and a writer and would like to
bundle them up together.
Enable the tokio
feature to replace the usages of std
IO primitives with those from Tokio.
Dependencies
~0.7–9.5MB
~94K SLoC