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
|
|
@ -1,6 +1,6 @@
|
|||
//! Integration with the `axum` web framework.
|
||||
//!
|
||||
//! Provies the `Dep` and `Obtain` axum extractors for easily accessing
|
||||
//! Provides the `Dep` and `Obtain` axum extractors for easily accessing
|
||||
//! resources from within route handlers.
|
||||
//!
|
||||
//! To make use of these extractors, your application state must either be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue