Crate eure_config

Crate eure_config 

Source
Expand description

Configuration types for Eure tools.

This crate provides configuration data types for the Eure CLI and Language Server. The configuration is stored in Eure.eure files at project roots.

This crate only defines data structures. Query logic and error reporting are in the eure crate.

§Features

  • lint - Include lint configuration types
  • ls - Include language server configuration types
  • cli - Include CLI configuration (enables lint and ls)
  • all - Include all configuration types

Structs§

EureConfig
The main Eure configuration.
Target
A check target definition.

Enums§

ConfigError
Error type for configuration parsing.

Constants§

CONFIG_FILENAME
The standard configuration filename.