Skip to main content

Module bindings

Module bindings 

Source
Expand description

App-facing convenience API for accessing bindings.

Bindings wraps a crate::provider::LazyEnvBindingsProvider, giving application code a small, stable surface — storage, kv, queue, vault — instead of the full crate::traits::BindingsProviderApi used internally by the manager and controllers.

Structs§

Bindings
App-facing entry point for accessing bindings configured via ALIEN_*_BINDING environment variables.