Expand description
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.
Constantsยง
- ADMIN_
MANIFEST ๐ - CORE_
MANIFEST ๐ - DATABASE_
MANIFEST ๐ - MACROS_
MANIFEST ๐ - MAIN_
MANIFEST ๐ - ROUTER_
MANIFEST ๐ - SERVICE_
MANIFEST ๐ - WORKSPACE_
MANIFEST ๐
Staticsยง
- DEPENDENCIES ๐
- Processed list of dependencies. This is generated from the data captured in the MANIFEST.
- FEATURES ๐
- Processed list of features across all project crates. This is generated from the data in the MANIFEST strings and contains all possible project features. For enabled features see the info::rustc module instead.
Functionsยง
- append_
features ๐ - dependencies
- dependencies_
names - features
- List of all possible features for the project. For enabled features in this build see the companion function in info::rustc.
- init_
dependencies ๐ - init_
features ๐