Crate rsenv

Source

Modules§

arena
builder
cli
edit
envrc
errors
tree_traits
util

Functions§

build_env
Builds a complete environment variable map by traversing the hierarchy starting from a file.
build_env_vars
expand_env_vars
Expands environment variables in a path string using shell-style syntax.
extract_env
Extracts environment variables and the parent path from a specified file.
get_files
is_dag
link
Links a parent file to a child file by adding a special comment to the child file. The comment contains the relative path from the child to the parent. If the child file already has a parent, the function will replace the existing parent. If the child file has multiple parents, the function will return an error.
link_all
links a list of env files together and build the hierarchical environment variables tree
print_files
unlink