rustiful 0.1.0

This crate is for creating a JSONAPI backend, backed by Iron.
1
2
3
4
5
6

#[derive(Debug, PartialEq, Eq, Copy, Clone)]
pub enum SortOrder {
    Asc,
    Desc,
}