Includes a health check function, and a logger
Find a file
darkicewolf50 90ce1c2034
All checks were successful
All Tests / deploy (push) Successful in 2m2s
fix(epxorts): corrected re-export
2026-03-01 17:38:08 -07:00
.forgejo/workflows chore(actions): changed to use rust specific image 2025-10-30 20:35:35 -06:00
.github feat(master): cleaner for file requests, removed auto publisher 2025-10-29 13:29:57 -06:00
src fix(epxorts): corrected re-export 2026-03-01 17:38:08 -07:00
.gitignore init(master) 2025-10-28 21:35:11 -06:00
Cargo.toml fix(epxorts): corrected re-export 2026-03-01 17:38:08 -07:00
LICENSE feat(master): License and corrected missing lib uses 2025-10-28 21:40:41 -06:00
README.md feat(swagger): added optional feature for open api docs 2025-10-31 10:50:42 -06:00

darkicewolf50-actix-setup

Includes a health check function, and a logger

Workflow Open Issues GitHub stars

Features

log_incoming, logs the two strings to the terminal, is useful for knowing what was polled in seting and what was polled in the production

health_check, sends back a json stating that the server is alive

Repository

https://forge.ucalgarybaja.ca/darkicewolf50/darkicewolf50-actix-setup

Install

Add one of these to your toml

Minimal Version

darkicewolf50-actix-setup = { version = "0.1.4", git = "https://forge.ucalgarybaja.ca/darkicewolf50/darkicewolf50-actix-setup.git" }

Version with debug swagger/open api docs only

darkicewolf50-actix-setup = { version = "0.1.4", git = "https://forge.ucalgarybaja.ca/darkicewolf50/darkicewolf50-actix-setup.git", features = ["debug"] }

Version with swagger/open api docs on always

darkicewolf50-actix-setup = { version = "0.1.4", git = "https://forge.ucalgarybaja.ca/darkicewolf50/darkicewolf50-actix-setup.git", features = ["full"]}