server-manager 5.0.20

server-manager is a rust library for managing server processes. It encapsulates service startup, shutdown, and background daemon mode. Users can specify the PID file, log file paths, and other configurations through custom settings, while also passing in their own asynchronous server function for execution. The library supports both synchronous and asynchronous operations. On Unix and Windows platforms, it enables background daemon processes.
Documentation
# Explicit LF enforcement for tracked source/config files
# (overrides any local phantom writes that introduce CRLF)
*.rs        text eol=lf
*.toml      text eol=lf
*.md        text eol=lf
*.json      text eol=lf
*.html      text eol=lf
*.js        text eol=lf
*.css       text eol=lf
*.lock      text eol=lf
*.yaml      text eol=lf
*.yml       text eol=lf
*.sh        text eol=lf
*.bash      text eol=lf
*.txt       text eol=lf

# Force binary for non-text
*.png       binary
*.jpg       binary
*.jpeg      binary
*.gif       binary
*.ico       binary
*.webp      binary
*.wasm      binary
*.zip       binary
*.tar       binary
*.gz        binary
*.pdf       binary
*.exe       binary
*.dll       binary
*.so        binary
*.dylib     binary