1#![doc = include_str!("../README.md")]
2#![warn(missing_docs)]
34/// Common structures that represent elements contained in a NeoDes line.
5pub mod line;
67/// Functions to read and write DSN files and streams in their standard format.
8pub mod codec;