ntex/README.md
Nikolay Kim f6c8a218bf
GitHub actions (#6)
* enable github actions
2020-04-05 00:57:13 +06:00

20 lines
882 B
Markdown

<div align="center">
<p><h1>ntex</h1> </p>
<p><strong>This is personal project, please, do not use it</strong> </p>
<p>
[![Build Status](https://github.com/ntex-rs/ntex/workflows/CI%20(Linux)/badge.svg)](https://travis-ci.org/ntex-rs/ntex)
[![codecov](https://codecov.io/gh/fafhrd91/btex/branch/master/graph/badge.svg)](https://codecov.io/gh/fafhrd91/ntex)
[![crates.io](https://meritbadge.herokuapp.com/ntex)](https://crates.io/crates/ntex)
[![Documentation](https://docs.rs/ntex/badge.svg)](https://docs.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.svg)
</p>
</div>
## License
This project is licensed under
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))