witchcraft-server 6.4.0

A highly opinionated embedded application server for RESTy APIs, compatible with the Witchcraft ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[doc(inline)]
pub use self::check_type::CheckType;
#[doc(inline)]
pub use self::health_check_result::HealthCheckResult;
#[doc(inline)]
pub use self::health_state::HealthState;
#[doc(inline)]
pub use self::health_status::HealthStatus;
pub mod check_type;
pub mod health_check_result;
pub mod health_state;
pub mod health_status;