This repository has been moved to Hydrogen Framework's repository.
In-memory language loader and manager for client and server-side applications.
Hydrogen I18n is built to make handling multiple languages easy, intuitive, and fast as it loads everything in memory, avoiding disk and CPU overhead during the application execution, but it can also be used to load a single language for use in client-side applications, you can also share the translation files with other projects in other languages as the language files don't have a proprietary or Rust-specific format.
If this project helps you, consider donating. You can donate through Nashira Deer's PayPal or GitHub Sponsor.
tokio
: Enables Tokio-based async functions.test-util
: Enables the necessary features to run the tests.
Hydrogen I18n is a Nashira Deer project licensed under the MIT License.