corund 0.2.0

Portable auth server.
Documentation
1
2
3
use super::err::Error;

pub type Res<T> = Result<T, Error>;