dsct 0.2.5

LLM-friendly packet dissector CLI
Documentation
1
2
3
4
5
//! JSONL output utilities.
//!
//! Provides helpers for writing JSONL-formatted output. Currently only used
//! by the MCP streaming code path; the CLI writes packets directly via
//! [`crate::serialize::write_packet_json`].