Skip to main contentModule embedded
Source - CoreBuilder
- Builder for constructing
SecretsCore instances. - CoreConfig
- Runtime configuration captured when building a
SecretsCore. - MemoryBackend
- Simple in-memory backend suitable for embedded usage and tests.
- MemoryKeyProvider
- Simple in-memory key provider that uses XOR wrapping with per-scope keys.
- SecretsCore
- Embedded secrets client that can be used directly from Rust runtimes.
- Policy
- Allow/deny policy for embedded access. Currently only
AllowAll. - SecretsError
- Errors surfaced by the embedded
SecretsCore API.