//! A lossless .desktop file parser and editor.
//!
//! This library provides a lossless parser for .desktop files as specified
//! by the [freedesktop.org Desktop Entry Specification](https://specifications.freedesktop.org/desktop-entry-spec/latest/).
//! It preserves all whitespace, comments, and formatting.
//! It is based on the [rowan] library.
pub use ;
pub use SyntaxKind;
pub use Parse;
pub use TextRange;