- Use the name of the crate in
set_translator!
instead of the full module (#24) - Allow
format_args!
as argument totr!
(#25)
- Support module with raw identifier (#19)
- Allow
mod bar;
infoo.rs
refer tofoo/bar/mod.rs
(#23)
- Turn --omit-header back into flag (#17)
- Restore
--default-domain
flag (#15)
- Updated dependencies
- Fix Panic with test modules in external files (#12)
- Updated dependencies
- Updated dependencies
- Fix compilation with syn 1.0.58 #8