Crates.io | jsonfeed |
lib.rs | jsonfeed |
version | 0.2.0 |
source | src |
created_at | 2017-05-18 15:53:14.23056 |
updated_at | 2017-05-22 04:33:09.419507 |
description | Parser for the JSONFeed (http://jsonfeed.org) specification |
homepage | https://github.com/pwoolcoc/jsonfeed |
repository | |
max_upload_size | |
id | 15050 |
size | 56,239 |
= JSON Feed Parser
[link=https://github.com/pwoolcoc/jsonfeed] image::https://img.shields.io/crates/v/jsonfeed.svg[JSON Feed crate version]
This is a http://jsonfeed.org[JSON Feed] parser in Rust. Just a thin layer on top of serde
, but it
provides serialization & deserialization, along with a Builder API for constructing feeds.
Note that this is alpha, I still need to add a lot of tests and a couple more features.
== Example
extern crate jsonfeed; extern crate reqwest;
TODO: