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 typesls- Include language server configuration typescli- Include CLI configuration (enableslintandls)native- Include native I/O for remote schema caching (requires network/filesystem dependencies)all- Include all configuration types
Modules§
- cache
- Caching module for eure.
Structs§
- Eure
Config - The main Eure configuration.
- Security
Config - Security configuration for remote URL access.
- Target
- A check target definition.
Enums§
- Config
Error - Error type for configuration parsing.
Constants§
- CONFIG_
FILENAME - The standard configuration filename.