Skip to content
/ ntex Public

framework for composable networking services

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

ntex-rs/ntex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5484009 · Mar 21, 2025
Mar 19, 2025
Dec 30, 2024
Jan 9, 2024
Dec 2, 2024
Dec 30, 2024
Mar 19, 2025
Mar 14, 2025
Mar 21, 2025
Jan 15, 2025
Mar 13, 2025
Mar 18, 2025
Jan 14, 2025
Mar 18, 2025
Nov 4, 2024
Mar 12, 2025
Mar 19, 2025
Apr 7, 2024
Mar 14, 2025
Jan 8, 2024
Jan 8, 2024
Mar 11, 2025
Feb 1, 2022
Dec 23, 2021

Repository files navigation

ntex

Framework for composable network services.

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

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 = ["compio"] }

Documentation & community resources

License

This project is licensed under