We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc810a commit 75a750fCopy full SHA for 75a750f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "routerify-multipart"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = "A multipart/form-data parser for Routerify."
5
homepage = "https://github.com/routerify/routerify-multipart"
6
repository = "https://github.com/routerify/routerify-multipart"
README.md
@@ -7,6 +7,8 @@
7
8
A `multipart/form-data` parser for [`Routerify`](https://github.com/routerify/routerify).
9
10
+It's using [multer](https://github.com/rousan/multer-rs) to parse the `multipart/form-data` content.
11
+
12
[Docs](https://docs.rs/routerify-multipart)
13
14
## Install
0 commit comments