[][src]Module docugen::config

Structs

DocugenConfig

Configuration for the Docugen tool.

LoggingConfig

Logging configuration.

WebApiConfig

Configuration for the intermediate Web API.

Enums

ConfigError
LogLevel

Logging level.

Functions

read_config_from_path

Attempt to read configuration from a file of the given path.

Type Definitions

ConfigResult

A type alias over possible ConfigErrors that can be produced when trying to read or parse a configuration file into the DocugenConfig struct.