feat: Add typed_multipart support for axum 0.7

This commit is contained in:
gengteng
2023-12-04 11:35:14 +08:00
parent d8d9591619
commit 8acf2c2ff6
5 changed files with 224 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ pub mod yaml;
#[cfg(feature = "toml")]
pub mod toml;
#[cfg(feature = "typed_multipart")]
pub mod typed_multipart;
#[cfg(feature = "xml")]
pub mod xml;