A C/C++ RSS,/Atom parse library (binding of feed-rs)
cargo build --release
It will build dynamic library and static library at target/release/
Include feedparser.h
and link with library at target/release/
test.cpp
gives a usage example
A C/C++ RSS,/Atom parse library (binding of feed-rs)
cargo build --release
It will build dynamic library and static library at target/release/
Include feedparser.h
and link with library at target/release/
test.cpp
gives a usage example