Module wconfig

Module wconfig 

Source
Expand description

Configuration system: settings, themes, widgets, bookmarks, connections. Port of Go’s pkg/wconfig/.

Provides the full configuration type hierarchy and a thread-safe config watcher.

Re-exports§

pub use loader::*;
pub use types::*;
pub use watcher::*;

Modules§

loader 🔒
Config file loading, parsing, template merging, and environment expansion.
types
Configuration type definitions: settings, themes, widgets, connections, bookmarks.
watcher 🔒
Thread-safe configuration holder with change notification.

Constants§

CONNECTIONS_FILE
PROFILES_FILE
SETTINGS_FILE
SETTINGS_TEMPLATE