fish-shell/fish-rust
Johannes Altmanninger 517d53dc46 Port util.cpp to Rust
The original implementation without the test took me 3 hours (first time
seriously looking into this)

The functions take "wcharz_t" for smooth integration with existing C++ callers.
This is at the expense of Rust callers, which would prefer "&wstr".  Would be
nice to declare a function parameter that accepts both but I don't think
that really works since "wcharz_t" drops the lifetime annotation.
2023-02-03 18:55:06 +01:00
..
src Port util.cpp to Rust 2023-02-03 18:55:06 +01:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
build.rs Port util.cpp to Rust 2023-02-03 18:55:06 +01:00
Cargo.lock Fix linking errors under FreeBSD 2023-02-03 11:36:21 -06:00
Cargo.toml Fix linking errors under FreeBSD 2023-02-03 11:36:21 -06:00