hot-restart 0.6.16

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
use crate::*;

/// Result type alias for hot restart operations.
pub type ResultHotRestartError = Result<(), HotRestartError>;