whitaker-common 0.2.6

Internal common utilities for Whitaker lints
Documentation
1
2
3
4
5
6
7
8
9
//! Test support utilities for i18n and locale parsing.
//! Re-exports FTL parsing helpers and locale discovery utilities consumed by
//! localization behaviour and quality tests.

pub mod i18n_ftl;
pub mod i18n_helpers;

pub use i18n_ftl::*;
pub use i18n_helpers::*;