Expand description
Module for the structs and functions called during startup.
Structs§
- Struct to store the cargo information gathered at compile time using the
env!macro. - Struct to store the session information.
Functions§
- Uses compile time macros to load Cargo metadata via environment variables during compilation process
- Create a Fernet object to encrypt and decrypt session token.
- Instantiates the
Sessionstruct with emptyHashMapformappingfields.