It's been one month already since I joined @[email protected], time really flies! I'm thankful for the warm welcome, I had the honor of contributing bug fixes to the recently released v0.30.
For the next version, I got to add a language normalizer (https://github.com/meilisearch/charabia/pull/166)! This week, I added support for importing older database dumps (https://github.com/meilisearch/meilisearch/pull/3170), I hope this will be useful to longtime users!
Add a Compatibility Decomposition Normalizer, remove Latin normalizer by dureuill · Pull Request #166 · meilisearch/charabia

Pull Request Related issue Fixes #139 What does this PR do? Add a new CompatibilityDecompositionNormalizer as outlined in #139 Fix the tests that fail as a result: The NonSpacingMark normalizer is...

GitHub
So, how has it been, coding #rustlang full time? There's a saying that the languages you don't complain about are the ones you don't use, but using Rust remains a delight. I'm thankful it features sum types when I'm transforming from one dump format to another.
I'm looking forward to coding features our users will love to use in the future!