devela 0.28.0

A development substrate of coherence.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// devela::text::translit::namespace
//
//! Defines the [`Translit`] namespace.
//

#[doc = crate::_tags!(text namespace)]
/// Lossy text transliteration utilities.
///
/// Provides small, mostly `const` mappings
/// from Unicode scalars to simpler textual approximations.
#[doc = crate::_doc_meta!{location("text")}]
#[derive(Debug)]
pub struct Translit;