mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Various refactorings (#8)
* update doc comments * rename server ServiceFactory to StreamServiceFactory * refactor web service factories * run tarpaulin on 1.42 * re-enable extractos tests
This commit is contained in:
parent
6f9c6aabea
commit
167155bc78
46 changed files with 1735 additions and 2984 deletions
17
README.md
17
README.md
|
@ -1,9 +1,9 @@
|
|||
<div align="center">
|
||||
<p><h1>ntex</h1> </p>
|
||||
<p><strong>This is personal project, please, do not use it</strong> </p>
|
||||
<p><strong>This is personal project, do not use it</strong> </p>
|
||||
<p>
|
||||
|
||||
/badge.svg)
|
||||
[](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)")
|
||||
[](https://codecov.io/gh/ntex-rs/ntex)
|
||||
[](https://crates.io/crates/ntex)
|
||||
[](https://docs.rs/ntex)
|
||||
|
@ -13,6 +13,19 @@
|
|||
</p>
|
||||
</div>
|
||||
|
||||
## Build statuses
|
||||
|
||||
| Platform | Build Status |
|
||||
| ---------------- | ------------ |
|
||||
| Linux | [](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)") |
|
||||
| macOS | [](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(OSX)") |
|
||||
| Windows | [](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Windows)") |
|
||||
|
||||
## Documentation & community resources
|
||||
|
||||
* [Documentation](https://docs.rs/ntex)
|
||||
* Minimum supported Rust version: 1.42 or later
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue