hot-restart 0.6.26

A Rust library for hot restarting applications without downtime. Provides seamless process replacement for servers and long-running services, enabling zero-downtime updates and configuration reloads.
Documentation
1
2
3
4
5
6
mod r#fn;
mod r#type;

pub use {r#fn::*, r#type::*};

use super::*;