A C/C++ RSS,/Atom parse library (binding of feed-rs)
cargo build --releaseIt 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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A C/C++ RSS,/Atom parse library (binding of feed-rs)
cargo build --releaseIt 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