| Crates.io | rivets-jsonl |
| lib.rs | rivets-jsonl |
| version | 0.1.0 |
| created_at | 2026-01-11 22:13:40.641286+00 |
| updated_at | 2026-01-11 22:13:40.641286+00 |
| description | A high-performance JSONL (JSON Lines) library for Rust |
| homepage | https://github.com/dwalleck/rivets |
| repository | https://github.com/dwalleck/rivets |
| max_upload_size | |
| id | 2036579 |
| size | 239,102 |
A high-performance JSONL (JSON Lines) library for Rust.
rivets-jsonl provides efficient operations for working with JSONL (JSON Lines) formatted data:
Add this to your Cargo.toml:
[dependencies]
rivets-jsonl = "0.1"
use rivets_jsonl::{Reader, Writer};
// Example usage will be added as the API is implemented
Licensed under either of MIT or Apache-2.0 at your option.