mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-01 20:07:39 +03:00
framework for composable networking services
.github/workflows | ||
ntex | ||
ntex-bytes | ||
ntex-codec | ||
ntex-macros | ||
ntex-router | ||
ntex-rt | ||
ntex-service | ||
ntex-util | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
codecov.yml | ||
LICENSE | ||
README.md | ||
rustfmt.toml |
ntex
Framework for composable network services. This is personal project. This project uses *unsafe*!
Build statuses
Platform | Build Status |
---|---|
Linux | |
macOS | |
Windows |
Documentation & community resources
- Documentation
- Minimum supported Rust version: 1.53 or later
License
This project is licensed under
- MIT license (LICENSE or http://opensource.org/licenses/MIT)