Tags: longbridge/rust-i18n
Tags
fix: enable codegen feature for rust-i18n-support in dev-dependencies (… …#141) ## Summary - Gates compile-time dependencies (`serde`, `serde_yaml`, `globwalk`, etc.) behind the `codegen` feature in `rust-i18n-support`, so downstream crates that don't use `load-path` no longer compile them unnecessarily. - Adds `load-path` feature documentation to the README. - Fixes the CI breakage caused by the above: `load_locales` is now gated behind `codegen`, so the integration test that imports it directly needs `rust-i18n-support` listed in `[dev-dependencies]` with `features = ["codegen"]`. ## Test plan - [ ] `cargo test` passes locally - [ ] CI passes on this PR 🤖 Generated with [Claude Code](https://claude.com/claude-code)
PreviousNext