corund 0.2.0

Portable auth server.
Documentation
1
2
3
4
use std::collections::HashMap;

#[allow(non_camel_case_types)]
pub type dict<K, V> = HashMap<K, V>;