Module alacritty::config

source ·

Re-exports

Modules

Enums

  • Errors occurring during config loading.

Constants

Functions

  • 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 all referenced configuration files.
  • Deserialize all configuration files as generic Value.
  • Prune the nulls from the YAML to ensure TOML compatibility.
  • Deserialize configuration file from path.
  • Attempt to reload the configuration file.

Type Aliases

  • Result from config loading.