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