/// The name of the euv package.
pub(crate)constEUV_PACKAGE_NAME:&str=env!("EUV_PACKAGE_NAME");/// The current version of the euv package.
pub(crate)constEUV_VERSION:&str=env!("EUV_VERSION");/// The build timestamp of the euv package, formatted with microsecond precision.
pub(crate)constEUV_BUILD_TIME:&str=env!("EUV_BUILD_TIME");