[][src]Crate izanami

A meta library for creating Web frameworks.

Re-exports

pub use izanami_service as service;
pub use izanami_util as util;

Modules

server

A lightweight implementation of HTTP server based on Hyper.

test

Utilities for testing HTTP services.

Structs

Error
Server

A simple HTTP server that wraps the hyper's server implementation.

Type Definitions

Result