Riduidel / rrss2imap

A rust reimplementation of rss2email (the Rui Carmo branch)
21 stars 5 forks source link

Kuchiki is unmaintained #80

Closed SimonSapin closed 1 year ago

SimonSapin commented 1 year ago

This is to let you know that your dependency https://crates.io/crates/kuchiki will not receive new versions. I’ve archived its source repository: https://github.com/kuchiki-rs/kuchiki#archived

No immediate action is required as I’m not planning the yank the crate. If and when you look into replacing the dependency, I’d like to encourage you to experiment with data structures since Rc+Weak is only one of many ways to represent trees in Rust.

Riduidel commented 1 year ago

Fixed in 19d838473cb2fb9b47b0ea0cbf51eb077bfdbfc5 the good old kuchiki was replaced by lol-html (by cloudflare)