Skip to main content

Module embedded

Module embedded 

Source

Structs§

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.

Enums§

Policy
Allow/deny policy for embedded access. Currently only AllowAll.
SecretsError
Errors surfaced by the embedded SecretsCore API.