From c9f0b2791bf348b84be7616f0a500a82fbaf6efe Mon Sep 17 00:00:00 2001 From: a2p1k02 Date: Sun, 20 Apr 2025 17:41:28 +0300 Subject: [PATCH] Re-export mime types for easier access #3603 --- actix-web/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-web/src/lib.rs b/actix-web/src/lib.rs index e2a8e2275..088ff1314 100644 --- a/actix-web/src/lib.rs +++ b/actix-web/src/lib.rs @@ -79,6 +79,7 @@ pub use actix_http::{body, HttpMessage}; #[doc(inline)] pub use cookie; +pub use mime; mod app; mod app_service; mod config;