add ntex-multipart (#1)

Co-authored-by: krircc <krircc@aliyun.com>
This commit is contained in:
krircc 2020-04-05 12:28:02 +08:00 committed by GitHub
parent c976ad1c3a
commit 69809a7048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 1221 additions and 2 deletions

View file

@ -1,2 +1,26 @@
ntex-extras
===========
<div align="center">
<p><h1>ntex-extras</h1> </p>
<p><strong>A collection of additional crates supporting the ntex frameworks.</strong> </p>
<p>
[![Build Status](https://github.com/ntex-rs/ntex-extras/workflows/CI%20(Linux)/badge.svg)](https://travis-ci.org/ntex-rs/ntex)
[![Version](https://img.shields.io/badge/rustc-1.42+-lightgray.svg)](https://blog.rust-lang.org/2020/03/12/Rust-1.42.html)
![License](https://img.shields.io/crates/l/ntex-extras.svg)
</p>
</div>
## Crates
| Crate | | |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| [ntex-multipart] | [![crates.io](https://img.shields.io/crates/v/ntex-multipart)](https://crates.io/crates/ntex-multipart) [![Documentation](https://docs.rs/ntex-multipart/badge.svg)](https://docs.rs/ntex-multipart) | Multipart support for ntex applications. |
<!-- REFERENCES -->
[ntex-multipart]: ntex-multipart
## License
This project is licensed under
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))