Expand description
Module for the structs and functions called during startup.
Structs§
- Meta
Data - 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 emptyHashMap
formapping
fields.