Module constant

Source
Expand description

Module for the structs and functions called during startup.

Structs§

MetaData
Struct to store the cargo information gathered at compile time using the env! macro.
Session
Struct to store the session information.

Functions§

build_info
Uses compile time macros to load Cargo metadata via environment variables during compilation process
fernet_object
Create a Fernet object to encrypt and decrypt session token.
session_info
Instantiates the Session struct with empty HashMap for mapping fields.