Describe modules

This commit is contained in:
Joscha 2022-06-14 16:09:19 +02:00
parent 01ec2c67c1
commit eeb350aef4
4 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,5 @@
//! Intermediate representation of messages as blocks of lines.
use std::collections::VecDeque;
use chrono::{DateTime, Utc};