Expand description
Module to store all the helper functions.
Modulesยง
- ascii_
art - Module for the functions that yield an ASCII art to print during startup.
- authenticator
- Module that handles the authentication and
- custom
- Module for custom functions that logs connection information and builds custom error responses.
- middleware
- Module for the CORS middleware configuration.
- parser
- Module that handles parsing command line arguments.
- secure
- Module for the functions that handle encryption/encoding and decryption/decoding.
- settings
- Module for the web data configuration that holds the secrets required by the application.
- startup
- Module that initializes the logger and loads the configuration into a dedicated Struct.
- util
- Module for utility functions.