//! Rust implementation of [Unicode Aware Saṃskṛta Transliteration](https://arxiv.org/html/2203.14277).
//!
//! The following Unicode code-blocks are used:
//! - देवनागरी: <https://www.unicode.org/charts/PDF/U0900.pdf>
//! - ગુજરાતી: <https://www.unicode.org/charts/PDF/U0A80.pdf>
//!
//! <div class="warning">
//! No Unicode normalization is performed. It is assumed that the text is already normalized.
//! </div>
pub use cratedevanāgarī_to_gujarātī;
pub use cratedevanāgarī_to_iast;
pub use crateslp_to_iast;
pub use crateuast_to_devanāgarī;