[][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

A runtime implementation that runs everything on the current thread.

framed
http

HTTP Primitives.

krse

Kayrx Rust Standard Enhance

router

Resource path matching library.

secure

SSL Services

server
service
timer

Utilities for tracking time.

util

kayrx utils - various helper services

web
websocket

WebSocket protocol support.

Macros

header

Attribute Macros

connect

Creates route handler with CONNECT method guard.

delete

Creates route handler with DELETE method guard.

get

Macro codegen module

head

Creates route handler with HEAD method guard.

main

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

options

Creates route handler with OPTIONS method guard.

patch

Creates route handler with PATCH method guard.

post

Creates route handler with POST method guard.

put

Creates route handler with PUT method guard.

test

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

trace

Creates route handler with TRACE method guard.