fish-shell/fish-rust/src/env
ridiculousfish f77dc2451e Expose Rust EnvStack from parser_t
Prior to this change, parser_t exposed an environment_t, and Rust had to go
through that. But because we have implemented Environment in Rust, it is
better to just expose the native Environment from parser_t. Make that
change and update call sites.
2023-06-19 13:45:54 -07:00
..
env_ffi.rs Expose Rust EnvStack from parser_t 2023-06-19 13:45:54 -07:00
environment.rs Port env_dispatch to Rust and integrate with C++ code 2023-05-25 16:54:07 -05:00
environment_impl.rs Port killring 2023-06-04 12:18:19 -07:00
mod.rs Expose Rust EnvStack from parser_t 2023-06-19 13:45:54 -07:00
var.rs Make C++ env_var_t wrap Rust EnvVar 2023-05-07 15:15:56 -07:00