|
|
|
|
|
by Animats
3327 days ago
|
|
I have an RSS client written in Rust that builds as a command line program.[1]
I wrote this in 2015, and it needs to be modernized and made a library crate, but it will build and run with the current Rust environment. It's not that hard to parse XML in Rust. Most of the code volume is error handling. [1] https://github.com/John-Nagle/rust-rssclient |
|