[][src]Crate kayrx

Re-exports

pub use fiber::spawn;
pub use fiber::take;
pub use fiber::run;

Modules

codec

Utilities for encoding and decoding frames.

connect

Tcp connector service

fiber

The runtime implementation that runs everything on the current thread.

framed

Framed dispatcher service and related utilities

http

HTTP Primitives.

krse

Kayrx Rust Standard Enhance

router

Resource path matching library.

secure

SSL Services

server

General Multi-thread Server

service

Asynchronous function from Request to Response.

timer

Utilities for tracking time.

util

kayrx utils - various helper services

web

Web framework and services of kayrx for the Rust.

websocket

WebSocket protocol support.

Macros

header

Attribute Macros

main

Marks async function to be executed by kayrx-fiber system.

test

Marks async test function to be executed by kayrx-fiber runtime.