Module databind::files[][src]

Expand description

Contains functions used by the CLI to get information from files or to create files

Functions

Creates tag files for compiled Databind code. Also checks if tags already exist and merges them

Try to find a config file

Get namespace (name of folder containing the main /functions)

Get the prefix of a subfolder before a function call (eg. "cmd/" for a subfolder called cmd) Used for Databind calls, so a line like call func in a subfolder cmd will become function namespace:cmd/func

Convert multiple globs into a Vec<PathBuf>

Returns a vector of source files with files beginning with ! appearing first. This is used to ensure that files with global macros are ordered the same across platforms

Read the vars.toml file into a HashMap of Strings