pub type Packet = Vec<Tag>;
A Packet is a sequence of Tags being transmitted over the AMI, terminated by an empty line
Packet
Tag
pub struct Packet { /* private fields */ }