restapi 1.1.14

A secure-by-default rest api using hyper, tokio, bb8, kafka-threadpool, postgres, and prometheus for monitoring
Documentation
1
2
3
4
5
//! Modules for loading the Rest API and Postgres TLS assets
//!
pub mod get_tls_config;
pub mod tls_config;
pub mod tls_info;