manas_server 0.1.0

This crate provides default recipes of solid server.
Documentation
1
2
3
4
5
6
7
//! I provide few implementations of [`Recipe`](super::Recipe).
//!

pub mod common;

#[cfg(feature = "layer-authentication")]
pub mod single_pod;