Crate pemmican [] [src]

Reexports

pub use error::Error;

Modules

error

Structs

Config

Configuration settings for a Pemmican server instance

Pemmican

A Pemmican server instance.

Type Definitions

Handler

Handler functions handle web requests by generating a response. Code within these functions should take care not to block or call functions which may block. Instead, they should return futures immediately.