mirror of
https://github.com/TECHNOFAB11/aerosol.git
synced 2025-12-11 23:50:07 +01:00
Implementations for Arc and other wrapping types.
This commit is contained in:
parent
f8ebe14790
commit
e5f497756a
8 changed files with 197 additions and 26 deletions
|
|
@ -2,16 +2,16 @@
|
|||
//! # aerosol
|
||||
//! Simple dependency injection for Rust
|
||||
//!
|
||||
//! Optional features: `async`
|
||||
//! Optional features:
|
||||
//!
|
||||
//! ## `async`
|
||||
//!
|
||||
//! Allows resources to be constructed asynchrously, and provies a corresponding
|
||||
//! Allows resources to be constructed asynchrously, and provides a corresponding
|
||||
//! `AsyncConstructibleResource` trait.
|
||||
//!
|
||||
//! ## `axum`
|
||||
//!
|
||||
//! Provies integrations with the `axum` web framework. See the `axum` module
|
||||
//! Provides integrations with the `axum` web framework. See the `axum` module
|
||||
//! for more information.
|
||||
|
||||
#[cfg(feature = "async")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue