fish-shell/fish-rust
Johannes Altmanninger c6756e9324 Canonicalize some wide string imports
wchar.rs should not import let alone reexport FFI strings.
Stop re-exporting utf32str! because we use L! instead.

In wchar_ffi.rs, stop re-exporting cxx::CxxWString because that hasn't
seen adoption.

I think we should use re-exports only for aliases like "wstr" or for aliases
into internal modules.
So I'd probably remove `pub use wchar_ffi::wcharz_t = crate::ffi::wcharz_t`
as well.
2023-03-05 10:32:20 +01:00
..
src Canonicalize some wide string imports 2023-03-05 10:32:20 +01:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
build.rs Silence -Wcomment warnings in cxx compiler runs 2023-03-04 22:24:22 +01:00
Cargo.lock Port random to rust 2023-02-19 21:01:46 +01:00
Cargo.toml Run rustfmt and clippy in CI (#9616) 2023-02-26 13:20:20 -06:00