Crate eure_env

Crate eure_env 

Source
Expand description

Environment and configuration for Eure tools.

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

§Features

  • lint - Include lint configuration types
  • ls - Include language server configuration types
  • cli - Include CLI configuration (enables lint and ls)
  • native - Include native I/O for remote schema caching (requires network/filesystem dependencies)
  • all - Include all configuration types

Modules§

cache
Remote schema caching module.

Structs§

EureConfig
The main Eure configuration.
SecurityConfig
Security configuration for remote URL access.
Target
A check target definition.

Enums§

ConfigError
Error type for configuration parsing.

Constants§

CONFIG_FILENAME
The standard configuration filename.