//! Textual (.inkt) format: writer and reader.
//!//! The writer (`write_inkt`) is dependency-free (`inkt-write` feature). The
//! reader (`read_inkt`) depends on `pest` and needs the full `inkt` feature.
#[cfg(feature ="inkt")]modread;pub(crate)modwrite;#[cfg(feature ="inkt")]pubuseread::{InktParseError, read_inkt};pubusewrite::write_inkt;