pub(super) fn short_weekday(s: &str) -> ParseResult<(&str, Weekday)>Expand description
Tries to parse the weekday with the first three ASCII letters.
pub(super) fn short_weekday(s: &str) -> ParseResult<(&str, Weekday)>Tries to parse the weekday with the first three ASCII letters.