neodes_codec 0.1.3

Library to read and write data from DSN files as described in the NeoDes norm.
Documentation
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;