Skip to content

Commit 901644c

Browse files
committed
prep release
1 parent 2cf4d15 commit 901644c

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

ntex/README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
1-
# ntex
1+
<div align="center">
2+
<p><h1>ntex</h1> </p>
3+
<p><strong>Framework for composable network services. This is personal project.</strong> </p>
4+
<p>
5+
6+
[![build status](https://github.com/ntex-rs/ntex/workflows/CI%20%28Linux%29/badge.svg?branch=master&event=push)](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)")
7+
[![codecov](https://codecov.io/gh/ntex-rs/ntex/branch/master/graph/badge.svg)](https://codecov.io/gh/ntex-rs/ntex)
8+
[![crates.io](https://meritbadge.herokuapp.com/ntex)](https://crates.io/crates/ntex)
9+
[![Documentation](https://docs.rs/ntex/badge.svg)](https://docs.rs/ntex)
10+
[![Version](https://img.shields.io/badge/rustc-1.42+-lightgray.svg)](https://blog.rust-lang.org/2020/03/12/Rust-1.42.html)
11+
![License](https://img.shields.io/crates/l/ntex.svg)
12+
13+
</p>
14+
</div>
15+
16+
## Build statuses
17+
18+
| Platform | Build Status |
19+
| ---------------- | ------------ |
20+
| Linux | [![build status](https://github.com/ntex-rs/ntex/workflows/CI%20%28Linux%29/badge.svg?branch=master&event=push)](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)") |
21+
| macOS | [![build status](https://github.com/ntex-rs/ntex/workflows/CI%20%28OSX%29/badge.svg?branch=master&event=push)](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(OSX)") |
22+
| Windows | [![build status](https://github.com/ntex-rs/ntex/workflows/CI%20%28Windows%29/badge.svg?branch=master&event=push)](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Windows)") |
23+
24+
## Documentation & community resources
25+
26+
* [Documentation](https://docs.rs/ntex)
27+
* Minimum supported Rust version: 1.42 or later
228

329
## License
430

5-
This project is licensed under either of
31+
This project is licensed under
632

733
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))

0 commit comments

Comments
 (0)