[][src]Crate ntex

Re-exports

pub use self::service::*;

Modules

channel

Communication primitives

codec

Utilities for encoding and decoding frames.

connect

Actix connect - tcp connector service

framed
http

Http protocol support.

router

Resource path matching library.

rt

A runtime implementation that runs everything on the current thread.

server

General purpose tcp server

service
task

A synchronization primitive for task wakeup.

util
web

Web framework for Rust.

ws

WebSocket protocol support.

Attribute Macros

main

Marks async function to be executed by ntex system.

test

Marks async test function to be executed by ntex runtime.