This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
fish-shell
Watch
2
Star
0
Fork
You've already forked fish-shell
0
mirror of
https://github.com/fish-shell/fish-shell
synced
2025-01-24 10:45:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
55f655f003
fish-shell
/
fish-rust
/
src
/
wutil
/
mod.rs
5 lines
49 B
Rust
Raw
Normal View
History
Unescape
Escape
Add a gettext wrapper in Rust This allows the wgettext! macro, which calls into C++.
2023-01-15 21:18:52 +00:00
pub
mod
gettext
;
Port fish_wcstoi to Rust This adds an implementation of fish_wcstoi in Rust, mirroring the one in fish. As Rust does not have a string to number which infers the radix (i.e. looks for leading 0x or 0), we add that manually.
2023-01-15 00:34:49 +00:00
mod
wcstoi
;
pub
use
wcstoi
::
*
;
Reference in a new issue
Copy permalink