hermod-api 0.1.2

Rapid and seamless customer interaction, designed for CS 495 at The University of Alabama.
Documentation
1
2
3
4
5
6
//! Contains services and helpers for Hermod.
pub mod auth;
pub mod configuration;
pub mod error;
pub mod jwt;
pub mod telemetry;