1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-27 07:19:04 +02:00

docs(multipart): use cargo-rdme

This commit is contained in:
Rob Ede
2024-06-10 23:35:26 +01:00
parent cc5030c542
commit 132b84d3b1
3 changed files with 9 additions and 15 deletions

View File

@ -1,5 +1,7 @@
//! Multipart form support for Actix Web.
//!
//! # Examples
//!
//! ```no_run
//! use actix_web::{post, App, HttpServer, Responder};
//!