Skip to main content

Crate dsct

Crate dsct 

Source
Expand description

dsct — LLM-friendly packet dissector library.

This library crate exposes internal modules so that benchmarks and integration tests can exercise individual components (e.g. JsonEscapeWriter, write_packet_json) without going through the full CLI or MCP entry-points.

All modules are #[doc(hidden)] — they are implementation details of the dsct binary and are not intended as a stable public API.