fish-shell/fish-rust/src/env
Mahmoud Al-Qudsi cce78eeb43 Update env_var_to_ffi() to take an Option<EnvVar>
It wasn't possible to handle cases where vars.get() returned `None` then forward
that to C++, but now we can.
2023-05-25 16:54:07 -05:00
..
env_ffi.rs Reimplement environment and the environment stack in Rust 2023-05-07 15:15:56 -07:00
environment.rs Update env_var_to_ffi() to take an Option<EnvVar> 2023-05-25 16:54:07 -05:00
environment_impl.rs Rationalize fish_wcstoi/d and friends 2023-05-14 18:03:52 -07:00
mod.rs Port/move some code from src/environment.cpp to src/env/mod.rs 2023-05-25 16:54:07 -05:00
var.rs Make C++ env_var_t wrap Rust EnvVar 2023-05-07 15:15:56 -07:00