i18n-audit 0.1.0

Rust i18n audit library and CLI for scanning translation usage, missing keys, and unused keys
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod config;
pub mod loaders;
pub mod report;
pub mod scanner;
pub mod support;

pub use config::EnvConfig;
pub use report::{Report, ReportHtmlRenderer, ReportRenderer};
pub use scanner::{RustSourceScanner, ScanResult};
pub use support::{AuditOptions, AuditRunner};