dlt-core 0.20.2

Parser and writer for autosar DLT Diagnostic Log and Trace
# Examples

Contains some CLI examples for the library.

## File parser

An example that parses the content of a DLT file.

Run with: `cargo run --example file_parser --release sample.dlt`

## File streamer

An example that streams the content of a DLT file.

Run with: `cargo run --example file_streamer --release sample.dlt`

## DLT statistics

An example that collects statistics from a DLT file.

Run with: `cargo run --example dlt_statistics --release sample.dlt`