typos/crates
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
..
codespell-dict feat(dict): Pull in codespell items 2023-06-08 09:26:12 -05:00
dictgen chore: Release 2022-11-03 22:28:10 -05:00
misspell-dict chore(deps): update compatible 2023-05-01 15:30:51 +00:00
typos chore: Release 2023-06-22 12:33:50 -05:00
typos-cli chore: Release 2023-06-26 09:05:53 -05:00
typos-dict refactor: Make dict processing logic testable 2023-06-26 19:22:04 +02:00
typos-vars chore: Release 2023-05-03 08:56:01 -05:00
varcon chore: Release 2023-05-03 08:56:01 -05:00
varcon-core chore: Release 2023-06-01 06:22:12 -05:00
wikipedia-dict Remove trailing space from Wikipedia dictionary 2023-06-08 17:57:56 +02:00