//! # File formats from *Signum!*
//!
//! This crate is an implementation of the document file format (`*.SDO`)
//! and related formats, that were used by the word processor [Signum!]
//! published in 1986 by [Application Systems Heidelberg][ASH] (Germany).
//!
//! At the moment, only reading the files is supported.
//!
//! [Signum!]: https://de.wikipedia.org/wiki/Signum_(Textverarbeitungsprogramm)
//! [ASH]: https://application-systems.de
pub use nom;