Contains some CLI examples for the library.
An example that parses the content of a DLT file.
Run with: `cargo run --example file_parser --release sample.dlt`
An example that streams the content of a DLT file.
Run with: `cargo run --example file_streamer --release sample.dlt`
An example that collects statistics from a DLT file.
Run with: `cargo run --example dlt_statistics --release sample.dlt`