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
..
2023-02-02 19:34:47 -07:00
2023-04-29 19:57:33 +02:00
2023-05-02 11:52:41 -05:00