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

3e5211e · Feb 28, 2025
Dec 30, 2024
Sep 11, 2024
Dec 30, 2024
Jan 9, 2024
Dec 2, 2024
Sep 24, 2024
Dec 30, 2024
Feb 27, 2025
Sep 5, 2024
Dec 2, 2024
Jan 15, 2025
Jan 3, 2025
Feb 28, 2025
Jan 14, 2025
Dec 30, 2024
Nov 4, 2024
Jan 15, 2025
Jan 31, 2025
Apr 7, 2024
Sep 5, 2024
Jan 8, 2024
Jan 8, 2024
Jan 14, 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, glommio or async-std.

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

Documentation & community resources

License

This project is licensed under