SkillAgentSearch skills...

Ntex

framework for composable networking services

Install / Use

/learn @ntex-rs/Ntex
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <p><h1>ntex</h1> </p> <p><strong>Framework for composable network services.</strong> </p> <p>

build status crates.io Documentation Version License codecov Chat on Discord

</p> </div>

Build statuses

| Platform | Build Status | | ---------------- | ------------ | | Linux | build status | | macOS | build status | | Windows | build status |

Usage

ntex supports multiple async runtimes, runtime must be selected as a feature. Available options are compio, tokio, neon or neon-uring.

[dependencies]
ntex = { version = "2", features = ["tokio"] }

Documentation & community resources

License

This project is licensed under

  • Apache License, Version 2.0, (LICENSE-APACHE or [http://www.apache.org/licenses/LICENSE-2.0])
  • MIT license (LICENSE-MIT or [http://opensource.org/licenses/MIT])

Related Skills

View on GitHub
GitHub Stars2.5k
CategoryDevelopment
Updated2d ago
Forks132

Languages

Rust

Security Score

100/100

Audited on Mar 29, 2026

No findings