ggen-utils 5.1.3

Shared utilities for ggen
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ggen-utils

Shared utilities for the ggen project, including configuration management, error handling, logging, and common types.

## Features

- Configuration management with file, environment, and CLI argument support
- Structured error handling with context and source error chaining
- Logging setup with multiple output formats (terminal, syslog, journald)
- Common types and utilities for the ggen ecosystem

## Usage

This crate is primarily used internally by other ggen crates. See the main ggen documentation for usage examples.