globetrotter-cli 0.0.8

Polyglot, type-safe internationalization
1
2
3
4
5
impl crate::Globetrotter {
    pub async fn format(self) -> Result<(), globetrotter::Error> {
        todo!();
    }
}