1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 16:55:08 +02:00

docs(multipart): improve crate root docs

This commit is contained in:
Rob Ede
2024-07-07 20:32:56 +01:00
parent 16125bd3be
commit e97e28db4f
6 changed files with 131 additions and 106 deletions

View File

@ -1,4 +1,4 @@
//! Process and extract typed data from a multipart stream.
//! Extract and process typed data from fields of a `multipart/form-data` request.
use std::{
any::Any,