framework for composable networking services
Find a file
goiw111 d732657941
impl FromIterator for HeaderMap (#118)
* impl FromIterator for HeaderMap

* impl TryFrom<&str> for Value
2022-06-26 15:19:53 +06:00
.github/workflows bump msrv to 1.57.0 2022-06-23 16:22:52 +06:00
ntex bump version 2022-06-23 19:18:20 +06:00
ntex-async-std Use BytesVec for io 2022-01-30 19:02:29 +06:00
ntex-bytes fix tests 2022-06-23 14:36:27 +06:00
ntex-codec Fix conversion from BytesVec to BytesMut and back (BytesVec::with_bytes_mut()) 2022-01-31 15:17:16 +06:00
ntex-connect fix tests 2022-06-23 14:36:27 +06:00
ntex-glommio Upgrade to glommio 0.7 (#104) 2022-02-20 20:33:57 +06:00
ntex-http impl FromIterator for HeaderMap (#118) 2022-06-26 15:19:53 +06:00
ntex-io fix tests 2022-06-23 14:36:27 +06:00
ntex-macros Refactor web websockets support (#97) 2022-01-23 19:56:56 +06:00
ntex-router Remove unused code 2022-02-03 16:35:25 +06:00
ntex-rt prepare release 2022-06-20 21:56:33 +06:00
ntex-service Make AndThenFactory::new() public, cleanups 2022-02-10 17:05:36 +06:00
ntex-tls Fix rustls hangs during handshake #103 2022-02-19 21:54:09 +06:00
ntex-tokio Use BytesVec for io 2022-01-30 19:02:29 +06:00
ntex-util fix tests 2022-06-23 14:36:27 +06:00
.gitignore Fix double registation for accept back-pressure 2021-02-18 17:54:41 +06:00
Cargo.toml move ntex::connect to separate crate 2022-06-20 21:54:13 +06:00
codecov.yml Ignore async-std tests 2022-02-01 07:04:18 +06:00
LICENSE update readme 2021-06-14 21:46:46 +06:00
README.md Update readme, msrv 1.55 2022-05-05 18:18:16 +06:00
rustfmt.toml fmt 2021-12-24 03:54:57 +06:00

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 = "0.5", features = ["glommio"] }

Documentation & community resources

License

This project is licensed under