jsonfeed 0.2.0

Parser for the JSONFeed (http://jsonfeed.org) specification
Documentation
1
2
3
4
5
6
7
use serde_json;
error_chain!{
    foreign_links {
        Serde(serde_json::Error);
    }
}