hydrogen-i18n

Crates.iohydrogen-i18n
lib.rshydrogen-i18n
version2.2.0
sourcesrc
created_at2023-07-28 19:42:55.357666
updated_at2024-06-10 23:59:32.809575
descriptionTranslation utilities for server-side applications that need to deals with different languages on the same time.
homepage
repositoryhttps://github.com/nashiradeer/hydrogen-i18n
max_upload_size
id928809
size68,073
Kitsu'ne (nashiradeer)

documentation

README

Nashira Deer // Hydrogen I18n

Translation utilities for server-side applications that need to deal with different languages at the same time.

PayPal GitHub Sponsor Crates.io docs.rs

Server-side applications that deal directly with users will need to be prepared to deal with different languages too, so Hydrogen I18n comes with utilities focused on making this task easier, loading and managing all the languages supported by the application in the memory, avoiding unnecessary disk and CPU usage.

Hydrogen I18n is part of Hydrogen Framework, this means that this crate is designed to be used on Discord bots created using serenity and twilight, but is sufficiently generic to be used by any other application that does not use these Discord libraries or even Discord bots.

Donating

Consider donating to make Hydrogen I18n development possible. You can donate through Nashira Deer's PayPal or GitHub Sponsor.

Features

  • serenity: Enables functions that make it easy to use the library in Discord apps and bots built with serenity.
  • tokio: Enables tokio-based builder.
  • simd: Enables simd-json-based parser and use it by default.

Credits

Hydrogen I18n is a Nashira Deer project licensed under the MIT License and licensed under the GNU Lesser General Public License v3 until v1.0.1.

Commit count: 109

cargo fmt