Crate pemmican[−][src]
Pemmican is a Web server library built on top of hyper for the Rust language.
Introductory documentation is at https://github.com/mikedilger/pemmican
Re-exports
pub use error::Error; |
pub use config::Config; |
pub use shared::Shared; |
pub use plugins::PluginData; |
pub use plugins::Plugin; |
Modules
config | |
error | |
plugins | |
shared |
Structs
Pemmican |
A Pemmican server instance. |