logoalt Hacker News

jkelleyrtpyesterday at 11:39 PM1 replyview on HN

Creator here - you only need one `subsecond::call` to hook into the runtime and it doesn't even need to be in your code - it can be inside a dependency.

Currently Dioxus and Bevy have subsecond integration so they get automatic hot-patching without any end-user setup.

We hope to release some general purpose adapters for axum, ratatui, egui, etc.


Replies

weinzierlyesterday at 11:57 PM

Very nice! Thanks.