Crate persistent_config_core

Source
Expand description

§persistent_config_macros

This crate provides the core functions for [persistent_config] crate.

It is not intended to be used directly by end users. Instead, use the main [persistent_config] crate, which re-exports and integrates these macros for ergonomic persistent configuration management in Rust.

Core types and utilities for persistent configuration management.

This module provides the PersistentConfigDB for storing configuration parameters for different types, as well as the SaveFormat enum and related helpers.

Structs§

PersistentConfigDB
Database for storing persistent configuration parameters for different types.
PersistentConfigParameters
Parameters for a persistent configuration instance.

Enums§

SaveFormat
Supported formats for saving configuration files.

Statics§

PERSISTENT_CONFIGS
Global static database for persistent configuration parameters.