neodes_codec/
lib.rs

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