gunmetal-storage
Local state and path helpers for Gunmetal SDK integrations.
This crate provides:
AppPathsfor resolving Gunmetal home pathsStorageHandlefor opening local state- local records for provider connections, synced models, Gunmetal keys, and request logs
Install:
Typical SDK embedding:
use AppPaths;
let paths = resolve?;
let storage = paths.storage_handle?;
gunmetal-sdk::ProviderHub accepts AppPaths, so host applications can share one local state layout with the CLI and local daemon.