Implement statically required resources

This commit is contained in:
Diggory Blake 2023-08-03 19:56:48 +01:00
parent 3d7c0bed49
commit a5395a5d33
No known key found for this signature in database
GPG key ID: E6BDFA83146ABD40
9 changed files with 195 additions and 56 deletions

View file

@ -13,6 +13,7 @@
//!
//! Provides integrations with the `axum` web framework. See the `axum` module
//! for more information.
pub use frunk;
#[cfg(feature = "async")]
mod async_;
@ -20,6 +21,7 @@ mod async_;
mod async_constructible;
#[cfg(feature = "axum")]
pub mod axum;
mod macros;
mod resource;
mod slot;
mod state;