Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 325 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 325 Bytes

feedparser

A C/C++ RSS,/Atom parse library (binding of feed-rs)

build

cargo build --release

It will build dynamic library and static library at target/release/

usage

Include feedparser.h and link with library at target/release/
test.cpp gives a usage example