typos-git-commit 0.8.2

This program analyzes a json file produced with `typos` and makes commits for each correction.
Documentation
1
2
3
4
5
6
7
8
#![forbid(unsafe_code)]
use fluent_i18n::i18n;
i18n!("locales", fallback = "en-US");

pub mod cli;
pub mod keyvalue;
pub mod thashmap;
pub mod typosjsonline;