Expand description
Information about the project. This module contains version, build, system, etc information which can be queried by admins or used by developers.
Modules§
- cargo
- Information about the build related to Cargo. This is a frontend interface informed by proc-macros that capture raw information at build time which is further processed at runtime either during static initialization or as necessary.
- rustc
- Information about the build related to rustc. This is a frontend interface informed by proc-macros at build time. Since the project is split into several crates, lower-level information is supplied from each crate during static initialization.
- version
- one true function for returning the application version with the necessary TUWUNEL_VERSION_EXTRA env variables used if specified