typos/crates/typos-dict
Martin Fischer 49a0eaab7b refactor: Make dict processing logic testable
Previously all the dictionary cleanup logic was in the function:

    fn generate<W: std::io::Write>(file: &mut W, dict: &[u8])

which parsed the provided buffer as CSV and also took care of writing
the processed dictionary back as CSV.  This commit factors out the CSV
handling, leaving a `process` function behind so that it can be easily
tested in the following commit.
2023-06-26 19:22:04 +02:00
..
assets fix(dict): Dont correct currency code 2023-06-26 08:48:57 -05:00
src fix(dict): Dont correct currency code 2023-06-26 08:48:57 -05:00
tests refactor: Make dict processing logic testable 2023-06-26 19:22:04 +02:00
Cargo.toml chore: Release 2023-06-26 09:05:53 -05:00