corund 0.2.0

Portable auth server.
Documentation
1
2
3
4
5
6
use crate::ryz::dict;

pub trait Collection<T> {
    fn to_msg(&self) -> T;
}
pub type Query = dict::dict<String, serde_json::Value>;