alacritty

Module config

Source

Re-exportsยง

Modulesยง

Enumsยง

  • Errors occurring during config loading.

Constantsยง

Functionsยง

  • after_loading ๐Ÿ”’
    Modifications after the UiConfig object is created.
  • Deserialize a configuration file.
  • Get all import paths for a configuration.
  • Get the location of the first found default config file paths according to the following order:
  • Load the configuration file.
  • load_from ๐Ÿ”’
    Load configuration file and log errors.
  • load_imports ๐Ÿ”’
    Load all referenced configuration files.
  • Normalize import paths.
  • parse_config ๐Ÿ”’
    Deserialize all configuration files as generic Value.
  • prune_yaml_nulls ๐Ÿ”’
    Prune the nulls from the YAML to ensure TOML compatibility.
  • read_config ๐Ÿ”’
    Deserialize configuration file from path.
  • Attempt to reload the configuration file.

Type Aliasesยง

  • Result from config loading.