Crate hermod_api[][src]

Expand description

Rapid and seamless customer interaction. Designed by Russell Weas, Jonathan Pence, Do Thien An Duong, Simon Jeon for CS 495 at The University of Alabama.

This wiki only contains documentation for publicly exposed structs/methods in each module. For more information about auto-generated Rust documentation, visit the rustdoc documentation.

All code in this crate is MIT licensed.

Modules

Contains methods used for user authentication and authorization.

Contains structs and helpers related to server configuration.

Contains structs that model database tables.

Contains methods useful for error handling

Contains HTTP Handlers that directly receive and respond to requests to the server.

Contains code neccessary to bootstrap the application and run the server.

Contains functions that configure and initialize tracing telemetry, as well as additional helpers.