neuron-secret-keystore
Secret resolver for OS keystore — neuron backend (stub)
Overview
neuron-secret-keystore will implement SecretResolver backed by the operating system's
native credential store:
| Platform | Backend |
|---|---|
| macOS | Keychain |
| Windows | DPAPI / Credential Manager |
| Linux | Secret Service (GNOME Keyring / KWallet) |
Status: stub. The trait implementation and config types are defined; the OS keystore integration (via
keyringcrate) is in progress. The interface is stable.
Usage
[]
= "0.4"
= "0.4"
use KeystoreResolver;
use SecretResolver;
use Arc;
let resolver: = new;
Part of the neuron workspace
neuron is a composable async agentic AI framework for Rust. See the book for architecture and guides.