Expand description
Module to load all the static values and required structs during startup.
Structs§
- Struct to store the cargo information gathered at compile time using the
env!macro.
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.