| Crates.io | es-fluent-manager-macros |
| lib.rs | es-fluent-manager-macros |
| version | 0.6.0 |
| created_at | 2025-10-12 21:20:47.862796+00 |
| updated_at | 2026-01-16 12:03:25.806527+00 |
| description | Macros for the es-fluent manager |
| homepage | |
| repository | https://github.com/stayhydated/es-fluent |
| max_upload_size | |
| id | 1879733 |
| size | 27,286 |
The es-fluent-manager-macros crate provides the procedural macros that help automate the setup of translation modules for es-fluent-manager.
These macros read your i18n.toml configuration and scan your translation directories at compile time to generate the necessary static data structures for module discovery.
You typically call one of these macros once in your lib.rs or main.rs to set up the translation module for your crate.
// In lib.rs or main.rs
es_fluent_manager_macros::define_embedded_i18n_module!();
// In lib.rs or main.rs
es_fluent_manager_macros::define_bevy_i18n_module!();