Re-exports§
pub use cfg::cfg_info;
Modules§
- cargo
- Environment variables set by Cargo package manager.
- cfg
- Compile info obtained by
cfg!(), the compile-time attribute values provided by Rust compiler. - env
- Other info get from environment variables. this is very platform-specified.
- source
- source code info
- vergen
- build info collects by Vergen.