Skip to main content

Crate fluxdi

Crate fluxdi 

Source

Re-exports§

pub use application::*;
pub use error::*;
pub use graph::*;
pub use injector::*;
pub use instance::*;
pub use module::*;
pub use observability::*;
pub use provider::*;
pub use runtime::*;
pub use scope::*;

Modules§

application
Application container for bootstrapping and managing the dependency injection system.
error
Error types for the FluxDI dependency injection container.
graph
injector
instance
Instance wrapper for dependency injection values.
module
Module system for organizing dependency injection providers.
observability
Observability identifiers and helpers used by FluxDI instrumentation.
provider
Provider module for dependency injection.
resolve_guard
runtime
Runtime type definitions for shared ownership and interior mutability.
scope