Macro rustversion_detect::date

source ยท
macro_rules! date {
    ($year:literal - $month:literal - $day:literal) => { ... };
}
Expand description

Declare a Date using the YYYY-MM-DD format (ISO 8601).