You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also the possibility of using a RSS/Atom feed + WebSub. Work would be minimal on crates.io (generate XML feed with the 100 latest applications + ping the hub and let it do its work).
This seems like it would be much better handled by watching the index, rather than the registry. Either way, I certainly don't see this being prioritized any time in the near future.
There are some known services (mainly docs.rs) that continuously watch updates on crates.io to trigger jobs (doc build, dependency update PR, etc).
This will probably need a way for baseline fetch as well, which could be achieved with a database dump (#630).
The requirements for the APIs are:
Some ways to implement reactiveness are:
The text was updated successfully, but these errors were encountered: