fish-shell/fish-rust/src/wutil/mod.rs
ridiculousfish 55f655f003 Add a gettext wrapper in Rust
This allows the wgettext! macro, which calls into C++.
2023-02-02 19:34:48 -07:00

4 lines
49 B
Rust

pub mod gettext;
mod wcstoi;
pub use wcstoi::*;