32 releases (2 stable)

1.1.0 Mar 24, 2024
0.3.3 Nov 12, 2023
0.3.0 Jun 22, 2023
0.2.4 Jan 29, 2023
0.1.0 Dec 30, 2021

#2023 in Network programming

Download history 918/week @ 2023-12-18 675/week @ 2023-12-25 886/week @ 2024-01-01 1058/week @ 2024-01-08 776/week @ 2024-01-15 760/week @ 2024-01-22 668/week @ 2024-01-29 978/week @ 2024-02-05 913/week @ 2024-02-12 959/week @ 2024-02-19 1197/week @ 2024-02-26 1293/week @ 2024-03-04 1569/week @ 2024-03-11 1514/week @ 2024-03-18 1289/week @ 2024-03-25 2248/week @ 2024-04-01

6,817 downloads per month
Used in 44 crates (4 directly)

MIT/Apache

725KB
17K SLoC

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

Starting ntex v0.5 async runtime must be selected as a feature. Available options are glommio, tokio or async-std.

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

Documentation & community resources

License

This project is licensed under


lib.rs:

An implementations of SSL streams for ntex ecosystem

Dependencies

~2–36MB
~500K SLoC