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