fish-shell/fish-rust
ridiculousfish 10ee87eb28 Reimplement owning_null_terminated_array in Rust
owning_null_terminated_array is used for environment variables, where we need to
provide envp for child processes. This switches the implementation from C++ to
Rust.

We retain the C++ owning_null_terminated_array_t; it simply wraps the Rust
version now.
2023-05-07 15:15:56 -07:00
..
src Reimplement owning_null_terminated_array in Rust 2023-05-07 15:15:56 -07:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
build.rs Reimplement owning_null_terminated_array in Rust 2023-05-07 15:15:56 -07:00
Cargo.lock Update printf-compat 2023-04-29 19:57:33 +02:00
Cargo.toml Actually report ASAN memory leaks 2023-05-02 11:52:41 -05:00